summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredfish2020-07-03 23:02:54 -0400
committerredfish2020-07-03 23:02:54 -0400
commitc83183775b3983d77ccb97199f8260c340d83c34 (patch)
tree29c43d6d9333387e4d07ebe67070f327d7dfd2ca /PKGBUILD
parent4a335437692b1119f818a2b576b60a7b0b27f487 (diff)
downloadaur-c83183775b3983d77ccb97199f8260c340d83c34.tar.gz
fix namecoin-core dep pkg name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 919fc528114d..e5a930627cc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=(x86_64 armv7h)
license=(GPL-3)
depends=(libcap)
-optdepends=('namecoin: the Namecoin node')
+optdepends=('namecoin-core: the Namecoin node')
makedepends=(go)
install="ncdns.install"
backup=("etc/ncdns.conf")