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

Morten Linderud foxboron at archlinux.org
Wed Apr 14 19:57:29 UTC 2021


    Date: Wednesday, April 14, 2021 @ 19:57:29
  Author: foxboron
Revision: 918812

upgpkg: sbctl 0.2-1

Modified:
  sbctl/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-14 19:57:12 UTC (rev 918811)
+++ PKGBUILD	2021-04-14 19:57:29 UTC (rev 918812)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud <foxboron at archlinux.org>
 
 pkgname=sbctl
-pkgver=0.1
+pkgver=0.2
 pkgrel=1
 pkgdesc="Secure Boot key manager"
 arch=("x86_64")
@@ -9,9 +9,9 @@
 license=("MIT")
 depends=("sbsigntools")
 makedepends=("go" "git" "asciidoc")
-source=("https://github.com/Foxboron/sbctl/releases/download/0.1/sbctl-0.1.tar.gz"{,.sig})
+source=("https://github.com/Foxboron/sbctl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=("C100346676634E80C940FB9E9C02FF419FECBE16")
-sha256sums=('ba460e362ec0aa47c934052c235e05e36e0d81f36e5e7b94992b04f7d8406563'
+sha256sums=('66dcef3049ff0546f12a06a7060afd499ede30ebfe26ca0c50aefcdce6fc99ba'
             'SKIP')
 
 build(){
@@ -26,5 +26,5 @@
     ./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/99-sbctl.hook "${pkgdir}/usr/share/libalpm/hooks/99-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