summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2021-11-03 10:02:35 +0100
committerAndrea Feletto2021-11-03 10:02:35 +0100
commit98295d8f508ca4bac6840f01b30232a2421e5450 (patch)
tree78f6bc1a6d509946f292a999e21dac844d73d834
parent4d93c5cb014c5010434df51677d2bdc2236f005b (diff)
downloadaur-98295d8f508ca4bac6840f01b30232a2421e5450.tar.gz
update conflicts
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d3247ccd530..bc4c25a421d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = river
provides = river
provides = riverctl
provides = rivertile
+ conflicts = river-bin
conflicts = river-git
conflicts = river-noxwayland-git
source = https://github.com/riverwm/river/releases/download/v0.1.0/river-0.1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7bb9d1c187c9..75a10584a380 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=(
'libevdev' 'pixman' 'xorg-xwayland' 'polkit'
)
provides=('river' 'riverctl' 'rivertile')
-conflicts=('river-git' 'river-noxwayland-git')
+conflicts=('river-bin' 'river-git' 'river-noxwayland-git')
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('003fb95fcdc78d0993199057f8eaa83284d83b32890b29489496ddd71c209798')