summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Rooyakkers2018-10-26 15:00:48 -0400
committerLucas Rooyakkers2018-10-26 15:00:48 -0400
commit5af0cce5ae4088f6f372df64e4c73bb00061fe81 (patch)
tree862b37e4eec5df9422b152a84e0e7b69642a3088
parent3a9d17aab44660493c78725f8ca6324ec9a17ebb (diff)
downloadaur-5af0cce5ae4088f6f372df64e4c73bb00061fe81.tar.gz
Added conflicts
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73dbb0f5734c..5490a88432d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = up-git
makedepends = go
provides = up
conflicts = up
+ conflicts = up-bin
source = up-git::git+https://github.com/akavel/up
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 512221845cd9..4b335fef2f89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Ultimate Plumber is a tool for writing Linux pipes with instant live pr
url="https://github.com/akavel/up"
arch=('x86_64')
provides=('up')
-conflicts=('up')
+conflicts=('up' 'up-bin')
makedepends=('go')
source=("${pkgname}::git+${url}")
sha1sums=('SKIP')