summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Luedecke2019-01-24 19:43:42 +0100
committerMoritz Luedecke2019-01-24 19:43:42 +0100
commit5614f25cbef8d91a4b81f4cbd76aa1d68e00c3e5 (patch)
treec0ad808b97da063921ddcd81a6b1fbf031df793a
parent52fd216572d6cf54d14fe8293d13a923764f294a (diff)
downloadaur-5614f25cbef8d91a4b81f4cbd76aa1d68e00c3e5.tar.gz
Update version 0.2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03e2118ccd32..5bdfee623634 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
pkgbase = pinentry-dmenu
pkgdesc = A pinentry program with the charm of dmenu
- pkgver = 0.2
- pkgrel = 2
+ pkgver = 0.2.1
+ pkgrel = 1
url = https://github.com/ritze/pinentry-dmenu
arch = i686
arch = x86_64
license = GPL2
depends = sh
+ depends = libconfig
depends = libxinerama
depends = libxft
- source = https://github.com/ritze/pinentry-dmenu/archive/0.2.zip
- sha256sums = 440757f80b7157bf6ed3414f4bfa09100b468b37d6eed7e769b392e04b0aa1cf
+ provides = pinentry
+ source = https://github.com/ritze/pinentry-dmenu/archive/0.2.1.zip
+ sha256sums = c3150ef052ab3362155a0f69da91221fe5ec27a2cddafe0ce1298a026acab63e
pkgname = pinentry-dmenu
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