summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Tatschner2019-03-24 10:37:10 +0100
committerStefan Tatschner2019-03-24 10:37:10 +0100
commit4cd45f13aaaa14d7d31a4247729b3aa8fb613acc (patch)
treee88fd41f36de809c64f9c7ac940cd10cbc9066ce /PKGBUILD
parent5fe941f2f5d661a66861289e046a5a59bddbda54 (diff)
downloadaur-4cd45f13aaaa14d7d31a4247729b3aa8fb613acc.tar.gz
Fix wrong optdepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')