summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrexky2019-09-14 21:40:13 +0800
committerrexky2019-09-14 21:40:13 +0800
commitc6f1d7a3606719b4f2fd15cd03aee78a853241b7 (patch)
treed085d2d997fd8269e3d7fd79b7b127569c04f112
parent68044d1c04c06cdcd565b69ac9c545d9edaac98d (diff)
downloadaur-bin32-zentile.tar.gz
updated PKGBUILD
-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")