summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')