summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKobus van Schoor2016-09-24 09:53:15 +0200
committerKobus van Schoor2016-09-24 09:53:15 +0200
commit646a9def21c2b4f187c086b49f6c8dc467dedf03 (patch)
treeabc41b64d8193b930d0fddde570505c32f109869 /PKGBUILD
parent852dcf55c2a4f549895f7936dbe5709f48211ecc (diff)
downloadaur-646a9def21c2b4f187c086b49f6c8dc467dedf03.tar.gz
added gnupg dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea5b1cff8c8b..aac19efece31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="A comprehensive solution to managing your dotfiles"
url="http://github.com/Cube777/dotgit"
arch=('any')
-depends=('git' 'sed' 'grep' 'bash')
+depends=('git' 'sed' 'grep' 'bash' 'gnupg')
source=('git+https://github.com/Cube777/dotgit.git')
md5sums=('SKIP')