summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarbUk2020-04-14 14:39:30 +0400
committerBarbUk2020-04-14 14:39:30 +0400
commita3337170c17cf3f22352efcc46b748924e5ba302 (patch)
tree97049681c5b73a2d33f3806f262f9b7c7a285619
parent5457f275457d3cf3f5a6acf43016a6ec04334641 (diff)
downloadaur-a3337170c17cf3f22352efcc46b748924e5ba302.tar.gz
Conflicts with hostctl-bin
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dcf04ad519c..9a38ff6721af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = hostctl
arch = x86_64
license = MIT
makedepends = go-pie
+ conflicts = hostctl-bin
source = https://github.com/guumaster/hostctl/archive/v1.0.4.tar.gz
sha256sums = f5c1778797a6f9b4550f55538822b166d4a9307a68bb01428eeec2eb12cbc5a1
diff --git a/PKGBUILD b/PKGBUILD
index b5694bbf1f53..93dbf81a5d62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc='Command-line tool to manage your hosts file'
arch=('x86_64')
url='https://github.com/guumaster/hostctl'
license=('MIT')
+conflicts=("${pkgname}-bin")
makedepends=('go-pie')
source=("$url/archive/v$pkgver.tar.gz")
sha256sums=('f5c1778797a6f9b4550f55538822b166d4a9307a68bb01428eeec2eb12cbc5a1')