summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Schroer2020-10-05 12:43:11 +0200
committerRobin Schroer2020-10-05 12:43:11 +0200
commit1d81de555422d95196ef1f4c8f95cf5a755c4a34 (patch)
tree07411e0abe9888e4810f04e275cffd397b59afe3
parentbc9c50ee5438b04b1e33a8893a38e4cef183acc2 (diff)
downloadaur-1d81de555422d95196ef1f4c8f95cf5a755c4a34.tar.gz
Fix build dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91ac021cf00d..56e885363d4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = frankenwm-git
pkgdesc = Fast dynamic tiling window manager based on monsterwm-xcb
pkgver = 1.0.22
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sulami/FrankenWM
arch = i686
arch = x86_64
@@ -9,6 +9,9 @@ pkgbase = frankenwm-git
makedepends = git
depends = xcb-util-wm
depends = xcb-util-keysyms
+ depends = libx11
+ depends = libxcb
+ depends = xcb-util
source = git+https://github.com/sulami/FrankenWM.git
md5sums = SKIP
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")