Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
mokutil
Commits:
376fcc71 by Tobias Powalowski at 2024-08-28T15:00:29+02:00
upgpkg: 0.7.2-1: update to latest version, added nvchecker
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,9 +1,8 @@
pkgbase = mokutil
pkgdesc = Shim.efi Machine Owner Key management tool
- pkgver = 0.7.0
+ pkgver = 0.7.2
pkgrel = 1
url = https://github.com/lcp/mokutil
- arch = i686
arch = x86_64
license = GPL-3.0-or-later
makedepends = git
@@ -11,7 +10,7 @@ pkgbase = mokutil
depends = openssl
depends = keyutils
depends = libxcrypt
- source =
git+https://github.com/lcp/mokutil#commit=c361087100fbb6955f32a9f364dee21b24724fb4
- sha256sums = SKIP
+ source = git+https://github.com/lcp/mokutil#tag=0.7.2
+ b2sums =
8fc3481b293c5534a354322420e81e5b3f6dd26c3528d2a8792c6d66343c71e093e758f40603465dbf246fed0ba7b229ce7b0ba2cc28229162a00f2ce907e33e
pkgname = mokutil
=====================================
PKGBUILD
=====================================
@@ -1,41 +1,33 @@
# Maintainer: Tobias Powalowski <[email protected]>
-# Maintainer: Mantas Mikulėnas <[email protected]>
+# Contributor: Mantas Mikulėnas <[email protected]>
pkgname=mokutil
-pkgver=0.7.0
+pkgver=0.7.2
pkgrel=1
pkgdesc="Shim.efi Machine Owner Key management tool"
-arch=(i686 x86_64)
+arch=(x86_64)
url="https://github.com/lcp/mokutil"
license=('GPL-3.0-or-later')
depends=(efivar openssl keyutils libxcrypt)
makedepends=(git)
-_commit=c361087100fbb6955f32a9f364dee21b24724fb4
-source=("git+https://github.com/lcp/mokutil#commit=$_commit")
-sha256sums=('SKIP')
-validpgpkeys=()
-
-pkgver() {
- cd "$pkgname"
- git describe --tags | sed 's/-/.r/; s/-/./'
-}
+source=("git+https://github.com/lcp/mokutil#tag=0.7.2")
+b2sums=('8fc3481b293c5534a354322420e81e5b3f6dd26c3528d2a8792c6d66343c71e093e758f40603465dbf246fed0ba7b229ce7b0ba2cc28229162a00f2ce907e33e')
prepare() {
- cd "$pkgname"
+ cd "${pkgname}"
autoreconf -f -i
}
build() {
- cd "$pkgname"
+ cd "${pkgname}"
./configure \
- --prefix=/usr \
- --sbindir=/usr/bin \
- --sysconfdir=/etc ;
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --sysconfdir=/etc
make
}
package() {
- cd "$pkgname"
+ cd "${pkgname}"
make DESTDIR="$pkgdir" install
}
-# vim: ts=2:sw=2:et
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mokutil/-/commit/376fcc71f06753983d8b1db8786e1c7942af49c5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mokutil/-/commit/376fcc71f06753983d8b1db8786e1c7942af49c5
You're receiving this email because of your account on gitlab.archlinux.org.