summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoritz Luedecke2019-01-24 19:43:42 +0100
committerMoritz Luedecke2019-01-24 19:43:42 +0100
commit5614f25cbef8d91a4b81f4cbd76aa1d68e00c3e5 (patch)
treec0ad808b97da063921ddcd81a6b1fbf031df793a /PKGBUILD
parent52fd216572d6cf54d14fe8293d13a923764f294a (diff)
downloadaur-5614f25cbef8d91a4b81f4cbd76aa1d68e00c3e5.tar.gz
Update version 0.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d1c0d517758..ba299eb8709a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
# Contributor: Jeff 'codemac' Mickey <jeff@archlinux.org>
pkgname=pinentry-dmenu
-pkgver=0.2
-pkgrel=3
+pkgver=0.2.1
+pkgrel=1
pkgdesc="A pinentry program with the charm of dmenu"
url="https://github.com/ritze/pinentry-dmenu"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ license=('GPL2')
depends=('sh' 'libconfig' 'libxinerama' 'libxft')
provides=('pinentry')
source=(https://github.com/ritze/pinentry-dmenu/archive/$pkgver.zip)
-sha256sums=('440757f80b7157bf6ed3414f4bfa09100b468b37d6eed7e769b392e04b0aa1cf')
+sha256sums=('c3150ef052ab3362155a0f69da91221fe5ec27a2cddafe0ce1298a026acab63e')
prepare() {
cd $pkgname-$pkgver