summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8312228d69c6..0d31722265bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = bin32-zentile
pkgdesc = Automatic Tiling for EWMH Complaint Window Managers. Pre-compiled. 32 bit
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/blrsn/zentile
arch = i686
license = MIT
depends = go
optdepends = xorg-server: with EWMH Complaint Window Managers
provides = zentile
- conflicts = zentile
+ conflicts = zentile-bin
+ conflicts = zentile-git
source_i686 = https://github.com/blrsn/zentile/releases/download/v0.1.1/zentile_linux_386
md5sums_i686 = e3aa5161485cdb3dbd5bbfe184be85b8
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")