summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobin Schroer2020-10-05 12:43:11 +0200
committerRobin Schroer2020-10-05 12:43:11 +0200
commit1d81de555422d95196ef1f4c8f95cf5a755c4a34 (patch)
tree07411e0abe9888e4810f04e275cffd397b59afe3 /PKGBUILD
parentbc9c50ee5438b04b1e33a8893a38e4cef183acc2 (diff)
downloadaur-1d81de555422d95196ef1f4c8f95cf5a755c4a34.tar.gz
Fix build dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a562b7b20ca..1ebfc75a1636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=frankenwm-git
_gitname="FrankenWM"
pkgver=1.0.22
-pkgrel=1
+pkgrel=2
pkgdesc="Fast dynamic tiling window manager based on monsterwm-xcb"
url="https://github.com/sulami/FrankenWM"
arch=('i686' 'x86_64')
license=('custom:MIT/X')
-depends=('xcb-util-wm' 'xcb-util-keysyms')
+depends=('xcb-util-wm' 'xcb-util-keysyms' 'libx11' 'libxcb' 'xcb-util')
makedepends=('git')
source=("git+https://github.com/sulami/FrankenWM.git")
md5sums=("SKIP")