summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Luedecke2018-05-03 08:10:13 +0200
committerMoritz Luedecke2018-05-03 08:10:13 +0200
commit84deb560d252f8662ff3c0019b04c22ce8b5abfb (patch)
treece33ceb859fd7bc024506f7ae5269f0418873193
parentbf0af564807ab2bbae581660b2846a4c4d13b170 (diff)
downloadaur-84deb560d252f8662ff3c0019b04c22ce8b5abfb.tar.gz
Add libconfig as dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f6701b34021..699ca2bedf8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@
pkgname=pinentry-dmenu
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A pinentry program with the charm of dmenu"
url="https://github.com/ritze/pinentry-dmenu"
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('sh' 'libxinerama' 'libxft')
+depends=('sh' 'libconfig' 'libxinerama' 'libxft')
source=(https://github.com/ritze/pinentry-dmenu/archive/$pkgver.zip)
sha256sums=('440757f80b7157bf6ed3414f4bfa09100b468b37d6eed7e769b392e04b0aa1cf')