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 7723986933dc..63a7d46f60f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = pueue-bin-2
provides = pueue
conflicts = pueue-git
conflicts = pueue
+ conflicts = pueue-bin
source = https://github.com/Nukesor/pueue/archive/v0.1.6.tar.gz
source = pueue-linux-amd64-0.1.6::https://github.com/Nukesor/pueue/releases/download/v0.1.6/pueue-linux-amd64
source = pueued-linux-amd64-0.1.6::https://github.com/Nukesor/pueue/releases/download/v0.1.6/pueued-linux-amd64
diff --git a/PKGBUILD b/PKGBUILD
index 853b36ba5e4c..63b32068fdf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
arch=('any')
pkgdesc='A command scheduler for shells'
license=('MIT')
-conflicts=('pueue-git' 'pueue')
+conflicts=('pueue-git' 'pueue' 'pueue-bin')
provides=('pueue')
url='https://github.com/nukesor/pueue'
source=(