summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid-M-Nielsen2019-04-30 19:15:33 +0200
committerDavid-M-Nielsen2019-04-30 19:15:33 +0200
commitfe0e7c2f0f26844e28d254829edf044fe95e216b (patch)
tree27d01a3ed940c29f08bc6ac1c2a0c99b3b32522f
parentf9453796336f8ef6c91b909e1508debdececb850 (diff)
downloadaur-fe0e7c2f0f26844e28d254829edf044fe95e216b.tar.gz
fixed gnupg dependency
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5290bd2f141a..92111d5ea443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = spasm
depends = bash
depends = coreutils
optdepends = xclip: getting password to clipboard automatically
- optdepends = gpg2: password encryption and decryption
+ optdepends = gnupg: password encryption and decryption
source = spasm-0.2.5.tar.gz::https://github.com/David-M-Nielsen/spasm/archive/v0.2.5.tar.gz
sha256sums = bf0dbf131236d1ca260f6830ae041b3fa95a2f1116a2b37ddb0518edae2b396b
diff --git a/PKGBUILD b/PKGBUILD
index 40f715261ffe..298b921f49c3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('MIT')
url="https://github.com/David-M-Nielsen/${pkgname}"
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
depends=('bash' 'coreutils')
-optdepends=('xclip: getting password to clipboard automatically' 'gpg2: password encryption and decryption')
+optdepends=('xclip: getting password to clipboard automatically' 'gnupg: password encryption and decryption')
makedepends=('git')
sha256sums=('bf0dbf131236d1ca260f6830ae041b3fa95a2f1116a2b37ddb0518edae2b396b')