summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')