[arch-commits] Commit in mokutil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Tobias Powalowski tpowa at gemini.archlinux.org
Fri May 13 14:48:33 UTC 2022


    Date: Friday, May 13, 2022 @ 14:48:33
  Author: tpowa
Revision: 445399

archrelease: copy trunk to extra-x86_64

Added:
  mokutil/repos/extra-x86_64/PKGBUILD
    (from rev 445398, mokutil/trunk/PKGBUILD)
Deleted:
  mokutil/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-13 14:48:28 UTC (rev 445398)
+++ PKGBUILD	2022-05-13 14:48:33 UTC (rev 445399)
@@ -1,41 +0,0 @@
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Maintainer: Mantas Mikulėnas <grawity at gmail.com>
-pkgname=mokutil
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="Shim.efi Machine Owner Key management tool"
-arch=(i686 x86_64)
-url="https://github.com/lcp/mokutil"
-license=(GPL3)
-depends=(efivar openssl keyutils libxcrypt)
-makedepends=(git)
-_commit=205194f2ea5c31b10c43fa1385734bf192ee0189
-source=("git+https://github.com/lcp/mokutil#commit=$_commit")
-sha256sums=('SKIP')
-validpgpkeys=()
-
-pkgver() {
-  cd "$pkgname"
-  git describe --tags | sed 's/-/.r/; s/-/./'
-}
-
-prepare() {
-  cd "$pkgname"
-  autoreconf -f -i
-}
-
-build() {
-  cd "$pkgname"
-  ./configure \
-    --prefix=/usr           \
-    --sbindir=/usr/bin      \
-    --sysconfdir=/etc       ;
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2:sw=2:et

Copied: mokutil/repos/extra-x86_64/PKGBUILD (from rev 445398, mokutil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-13 14:48:33 UTC (rev 445399)
@@ -0,0 +1,41 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Mantas Mikulėnas <grawity at gmail.com>
+pkgname=mokutil
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Shim.efi Machine Owner Key management tool"
+arch=(i686 x86_64)
+url="https://github.com/lcp/mokutil"
+license=(GPL3)
+depends=(efivar openssl keyutils libxcrypt)
+makedepends=(git)
+_commit=b4d8693f04bcf43986aba061845947534b384152
+source=("git+https://github.com/lcp/mokutil#commit=$_commit")
+sha256sums=('SKIP')
+validpgpkeys=()
+
+pkgver() {
+  cd "$pkgname"
+  git describe --tags | sed 's/-/.r/; s/-/./'
+}
+
+prepare() {
+  cd "$pkgname"
+  autoreconf -f -i
+}
+
+build() {
+  cd "$pkgname"
+  ./configure \
+    --prefix=/usr           \
+    --sbindir=/usr/bin      \
+    --sysconfdir=/etc       ;
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2:sw=2:et



More information about the arch-commits mailing list