summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2017-01-06 16:41:22 -0800
committerGraham Smith2017-01-06 16:41:22 -0800
commitb1767b32309c0a6cd3e6749f100f8c5d0b9f1c1e (patch)
tree2762febff59471172cfaac9ca85f1c4e6d1a37e1 /PKGBUILD
parent9da70a0f61c2afd06003b9cee733175ba38af058 (diff)
downloadaur-b1767b32309c0a6cd3e6749f100f8c5d0b9f1c1e.tar.gz
Initial push
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f8cd33e7faf..c012534f616b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A secure password keeper written in python using gpg to protect account
arch=('any')
license=('GPL')
url='https://github.com/gps1539/trespass'
-depends=('python' 'python-numpy' 'gpg2')
+depends=('python' 'python-numpy' 'gnupg')
makedepends=()
source=("https://raw.githubusercontent.com/gps1539/trespass/master/trespass.py")
md5sums=('4ee384218bbc873e6770dd315c7984e8')