summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:28:35 +0300
committerorhun2020-11-25 01:28:35 +0300
commit9ad9eee0aaceaa1efe40cae1d44df139f9f2e2fe (patch)
treeaa117c242a663d732885f2ad56d086c6efc7e161
parent25a7b170518124e37f4f97a9cc87f3a0945a9813 (diff)
downloadaur-9ad9eee0aaceaa1efe40cae1d44df139f9f2e2fe.tar.gz
upgpkg: dog-dns-git 0.1.0.r0.g445ed98-1
upstream release Conflict with the base package only
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 797ef973bee2..6a13c8fc634f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = dog-dns-git
provides = dog-dns
conflicts = dog
conflicts = dog-dns
- conflicts = dog-dns-bin
source = git+https://github.com/ogham/dog
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 87b2c4a38edd..2c4f1e72e7bb 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" "${pkgname%-git}" "${pkgname%-git}-bin")
+conflicts=("$_pkgname" "${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')