summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 449577d2511a..382337b977ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mkinitcpio-gnupg
pkgdesc = mkinitcpio hook that adds GnuPG and smartcard support
- pkgver = 1.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/xdbob/mkinitcpio-gnupg
arch = any
@@ -8,8 +8,8 @@ pkgbase = mkinitcpio-gnupg
depends = pinentry
depends = pcsclite
optdepends = libusb-compat: Allows the use of USB smartcard like YubiKey
- source = https://github.com/xdbob/mkinitcpio-gnupg/archive/v1.0.tar.gz
- sha256sums = 7e65320dfc84caf2e3ae30ad5fcee0b2cd50faaf62bb5d5818a269186919c9b0
+ source = https://github.com/xdbob/mkinitcpio-gnupg/archive/v1.0.1.tar.gz
+ sha256sums = f4b744aaa890c51817e1fbeb63c3244117ae8b57714872b08a65b1c31a7274c4
pkgname = mkinitcpio-gnupg
diff --git a/PKGBUILD b/PKGBUILD
index 89cf5d294611..a05d0a74ffb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antoine Damhet <antoine.damhet@lse.epita.fr>
pkgname=mkinitcpio-gnupg
pkgdesc="mkinitcpio hook that adds GnuPG and smartcard support"
-pkgver=1.0
+pkgver=1.0.1
pkgrel=1
arch=(any)
depends=(gnupg pinentry pcsclite)
@@ -21,4 +21,4 @@ package() {
install -D -m0644 "gnupg-install" "${pkgdir}/usr/lib/initcpio/install/gnupg"
}
-sha256sums=('7e65320dfc84caf2e3ae30ad5fcee0b2cd50faaf62bb5d5818a269186919c9b0')
+sha256sums=('f4b744aaa890c51817e1fbeb63c3244117ae8b57714872b08a65b1c31a7274c4')