summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28a7c7affb67..3bf9213d10e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: timescam <rex.ky.ng at gmail dot com>
pkgname=bin32-zentile
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Automatic Tiling for EWMH Complaint Window Managers. Pre-compiled. 32 bit"
arch=('i686')
url="https://github.com/blrsn/zentile"
@@ -13,7 +13,10 @@ optdepends=(
'xorg-server: with EWMH Complaint Window Managers'
)
provides=('zentile')
-conflicts=('zentile')
+conflicts=(
+ 'zentile-bin'
+ 'zentile-git'
+)
source_i686=("https://github.com/blrsn/zentile/releases/download/v${pkgver}/zentile_linux_386")