summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrexky2019-09-14 21:36:09 +0800
committerrexky2019-09-14 21:36:09 +0800
commit42150f7e17f952b26360294f9819126e4f46889b (patch)
tree27f441a2a1c68f45b07f930e8a2d47b9154685c0
parentde3abd28b50433130f62dc9561df5c63d0a4aa03 (diff)
downloadaur-42150f7e17f952b26360294f9819126e4f46889b.tar.gz
updated PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c12bb441cc4..43532cd14c0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,8 @@ pkgbase = zentile-bin
depends = go
optdepends = xorg-server: with EWMH Complaint Window Managers
provides = zentile
- conflicts = zentile
+ conflicts = bin32-zentile
+ conflicts = zentile-git
source_x86_64 = https://github.com/blrsn/zentile/releases/download/v0.1.1/zentile_linux_amd64
md5sums_x86_64 = a3fe78afeb7b08650c7f09386378b6e7
diff --git a/PKGBUILD b/PKGBUILD
index 957a192f268f..ac11b1479588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,10 @@ optdepends=(
'xorg-server: with EWMH Complaint Window Managers'
)
provides=('zentile')
-conflicts=('zentile')
+conflicts=(
+ 'bin32-zentile'
+ 'zentile-git'
+ )
source_x86_64=("https://github.com/blrsn/zentile/releases/download/v${pkgver}/${pkgname/-bin/}_linux_amd64")