summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-18 19:59:32 +0300
committerorhun2020-11-18 19:59:32 +0300
commite5873cda2b4c01080681e53b4d4c85234573ca6c (patch)
treef6a7411799449b7fb748bf20e3449a1a6d92b952
parentf11a7306abfc188caee58c91ba3194fd3a675c6c (diff)
downloadaur-e5873cda2b4c01080681e53b4d4c85234573ca6c.tar.gz
upgpkg: dog-dns-git 0.1.0.r0.g445ed98-1
upstream release Use rust dependency instead of cargo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc1017aeff24..53abc1b2e870 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = dog-dns-git
url = https://github.com/ogham/dog
arch = x86_64
license = custom:EUPL
- makedepends = cargo
+ makedepends = rust
makedepends = git
provides = dog-dns
conflicts = dog-dns
diff --git a/PKGBUILD b/PKGBUILD
index 9dc522b4cb1d..a19bc198f72c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Command-line DNS client like dig (git)"
arch=('x86_64')
url="https://github.com/ogham/dog"
license=('custom:EUPL')
-makedepends=('cargo' 'git')
+makedepends=('rust' 'git')
conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
provides=("${pkgname%-git}")
source=("git+${url}")