[arch-commits] Commit in sbctl/trunk (PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Mon Oct 25 20:37:02 UTC 2021


    Date: Monday, October 25, 2021 @ 20:37:02
  Author: foxboron
Revision: 1033663

upgpkg: sbctl 0.7-1

Modified:
  sbctl/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-25 20:15:32 UTC (rev 1033662)
+++ PKGBUILD	2021-10-25 20:37:02 UTC (rev 1033663)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud <foxboron at archlinux.org>
 
 pkgname=sbctl
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc="Secure Boot key manager"
 arch=("x86_64")
@@ -11,7 +11,7 @@
 makedepends=("go" "git" "asciidoc")
 source=("https://github.com/Foxboron/sbctl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=("C100346676634E80C940FB9E9C02FF419FECBE16")
-sha256sums=('37c68dc07fdf2068c95161deb00848fa8a3c666598e234978bed048dcfdef6b6'
+sha256sums=('29ccc8e1ddda2c9539d7546263459daf797ded58ce69a2e6437df398eb17adfc'
             'SKIP')
 
 build(){
@@ -23,8 +23,5 @@
 package(){
     cd "${pkgname}-${pkgver}"
     make PREFIX="$pkgdir/usr" install
-    ./sbctl completion bash | install -Dm644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/sbctl"
-    ./sbctl completion zsh | install -Dm644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_sbctl"
-    ./sbctl completion fish | install -Dm644 /dev/stdin "$pkgdir/usr/share/fish/vendor_completions.d/sbctl.fish"
-    install -Dm644 ./contrib/pacman/ZZ-sbctl.hook "${pkgdir}/usr/share/libalpm/hooks/ZZ-sbctl.hook"
+    install -Dm644 ./contrib/pacman/ZZ-sbctl.hook "${pkgdir}/usr/share/libalpm/hooks/zz-sbctl.hook"
 }



More information about the arch-commits mailing list