summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-24 18:42:40 +0300
committerorhun2020-11-24 18:42:40 +0300
commit25a7b170518124e37f4f97a9cc87f3a0945a9813 (patch)
tree8fd0cfafc966f2aee1ddc6a0590bf217a3a3ca56
parente5873cda2b4c01080681e53b4d4c85234573ca6c (diff)
downloadaur-25a7b170518124e37f4f97a9cc87f3a0945a9813.tar.gz
upgpkg: dog-dns-git 0.1.0.r0.g445ed98-1
upstream release Update conflicts array
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53abc1b2e870..797ef973bee2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = dog-dns-git
makedepends = rust
makedepends = git
provides = dog-dns
+ conflicts = dog
conflicts = dog-dns
conflicts = dog-dns-bin
source = git+https://github.com/ogham/dog
diff --git a/PKGBUILD b/PKGBUILD
index a19bc198f72c..87b2c4a38edd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://github.com/ogham/dog"
license=('custom:EUPL')
makedepends=('rust' 'git')
-conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+conflicts=("$_pkgname" "${pkgname%-git}" "${pkgname%-git}-bin")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')