summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2018-08-06 22:59:57 +0200
committerKarol Babioch2018-08-06 23:00:06 +0200
commit5c4a69188098e6f1de0e66588888637ff8017256 (patch)
tree852090a8993fe4247117c11cf6841e7a8d117701
parentbe4e12e47d7646852a98ff088e264d9a0dd54267 (diff)
downloadaur-5c4a69188098e6f1de0e66588888637ff8017256.tar.gz
Add libx11 as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76f87c63fc18..e408868f6df7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = xwmfs
arch = x86_64
license = GPL2
depends = fuse
+ depends = libx11
source = git+https://github.com/gerstner-hub/xwmfs.git#tag=v0.82
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3ed741155de6..cf1e84aebe46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="X11 Window-Manager file system based on FUSE"
arch=('x86_64')
url="https://github.com/gerstner-hub/xwmfs"
license=('GPL2')
-depends=('fuse')
+depends=('fuse' 'libx11')
source=("git+https://github.com/gerstner-hub/xwmfs.git#tag=v$pkgver")
sha256sums=('SKIP')