summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-05-11 23:10:27 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-05-11 23:10:27 +0100
commit8e947e03130f4319341a6b76f3fc7793a11e33f8 (patch)
tree52e5da94a67171fd54c6a092365bc751eea60600
parent74089cfe9303fc8a427b8727ce55ee20ced01e72 (diff)
downloadhonk_aur-8e947e03130f4319341a6b76f3fc7793a11e33f8.tar.gz
honk_aur-8e947e03130f4319341a6b76f3fc7793a11e33f8.zip
add honk-hg as conflicting
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb43da9..1d15133 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = honk
optdepends = nginx: for TLS and reverse proxying.
provides = honk
conflicts = honk
+ conflicts = honk-hg
options = strip
options = zipman
source = honk-0.9.6.tar.gz::https://humungus.tedunangst.com/r/honk/d/honk-0.9.6.tgz
diff --git a/PKGBUILD b/PKGBUILD
index 3aa02de..c12752d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=("go" "sqlite")
optdepends=("nginx: for TLS and reverse proxying.")
changelog="$pkgname.changelog"
provides=("${pkgname}")
-conflicts=("${pkgname}")
+conflicts=("${pkgname}" 'honk-hg')
source=("$pkgname-$pkgver.tar.gz::https://humungus.tedunangst.com/r/honk/d/$pkgname-$pkgver.tgz")
sha512sums=("d946be7796be2ef7dc565710351b0b27da947f4e65a2a8f52ec99624c66fb6fd5e21d3fa58fec691d944b4acfa6256b0ad1090f3f8f5191e6c3714f3eae99b29")
options=(strip zipman)