summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2020-07-03 23:02:54 -0400
committerredfish2020-07-03 23:02:54 -0400
commitc83183775b3983d77ccb97199f8260c340d83c34 (patch)
tree29c43d6d9333387e4d07ebe67070f327d7dfd2ca
parent4a335437692b1119f818a2b576b60a7b0b27f487 (diff)
downloadaur-c83183775b3983d77ccb97199f8260c340d83c34.tar.gz
fix namecoin-core dep pkg name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92ebf0a5e283..d159aa44096a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = ncdns
license = GPL-3
makedepends = go
depends = libcap
- optdepends = namecoin: the Namecoin node
+ optdepends = namecoin-core: the Namecoin node
backup = etc/ncdns.conf
source = ncdns-0.0.10.3.tar.gz::https://github.com/namecoin/ncdns/archive/v0.0.10.3.tar.gz
source = ncdns.service
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")