summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Tatschner2019-03-24 10:37:10 +0100
committerStefan Tatschner2019-03-24 10:37:10 +0100
commit4cd45f13aaaa14d7d31a4247729b3aa8fb613acc (patch)
treee88fd41f36de809c64f9c7ac940cd10cbc9066ce
parent5fe941f2f5d661a66861289e046a5a59bddbda54 (diff)
downloadaur-4cd45f13aaaa14d7d31a4247729b3aa8fb613acc.tar.gz
Fix wrong optdepend
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8577d250e419..72860061b575 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = yadm
url = https://github.com/TheLocehiliosan/yadm
arch = any
license = GPL3
- optdepends = gpg: encrypt/decrypt sensitive files
+ optdepends = gnupg: encrypt/decrypt sensitive files
optdepends = python-envtpl: use templates with variables
provides = yadm
conflicts = yadm-git
diff --git a/PKGBUILD b/PKGBUILD
index 9e35d675548f..5824950e832d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Yet Another Dotfiles Manager"
arch=('any')
url="https://github.com/TheLocehiliosan/yadm"
license=('GPL3')
-optdepends=('gpg: encrypt/decrypt sensitive files'
+optdepends=('gnupg: encrypt/decrypt sensitive files'
'python-envtpl: use templates with variables')
provides=('yadm')
conflicts=('yadm-git')