summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobin Schroer2020-11-30 14:23:55 +0100
committerRobin Schroer2020-11-30 14:23:55 +0100
commite1efa67f6ebd66994fd0fa9d87d1fe1016d02539 (patch)
tree8b8f4807d074399a21bdad054080f637ed75c193 /PKGBUILD
parent1d81de555422d95196ef1f4c8f95cf5a755c4a34 (diff)
downloadaur-frankenwm-git.tar.gz
Conflict with orhun's non-git package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ebfc75a1636..7bc8c6637885 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=frankenwm-git
_gitname="FrankenWM"
pkgver=1.0.22
-pkgrel=2
+pkgrel=3
pkgdesc="Fast dynamic tiling window manager based on monsterwm-xcb"
url="https://github.com/sulami/FrankenWM"
arch=('i686' 'x86_64')
@@ -13,6 +13,7 @@ depends=('xcb-util-wm' 'xcb-util-keysyms' 'libx11' 'libxcb' 'xcb-util')
makedepends=('git')
source=("git+https://github.com/sulami/FrankenWM.git")
md5sums=("SKIP")
+conflicts=("${pkgname%-git}")
prepare() {
cd "$srcdir/$_gitname"