summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Keen2017-01-09 11:25:14 -0500
committerKyle Keen2017-01-09 11:25:14 -0500
commit96a41501e5e73f4fa194e871e82afac2a5591c53 (patch)
tree83e6d2f87b457e2c8c6ab3a2195d32cd2fbcc57b
parent645ce096d70fb77872d3efe1662c5007210cb2fd (diff)
downloadaur-96a41501e5e73f4fa194e871e82afac2a5591c53.tar.gz
oops
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96aac8161123..51a45e4d1d74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 9 16:22:35 UTC 2017
+# Mon Jan 9 16:25:12 UTC 2017
pkgbase = spectrwm-git
pkgdesc = A minimalistic dynamic tiling window manager that tries to stay out of the way.
pkgver = 20161209
@@ -9,11 +9,14 @@ pkgbase = spectrwm-git
arch = x86_64
license = custom:ISC
makedepends = git
+ makedepends = libxt
depends = dmenu
depends = xcb-util
depends = xcb-util-wm
depends = xcb-util-keysyms
+ depends = libxrandr
depends = libxft
+ depends = libxcursor
depends = terminus-font
optdepends = scrot: screenshots
optdepends = xlockmore: screenlocking
diff --git a/PKGBUILD b/PKGBUILD
index c783f30a7cc7..983df339f054 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@ pkgdesc="A minimalistic dynamic tiling window manager that tries to stay out of
arch=('i686' 'x86_64')
url="http://www.spectrwm.org"
license=('custom:ISC')
-depends=('dmenu' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms' 'libxft' 'terminus-font')
+depends=('dmenu' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms' 'libxrandr' 'libxft' 'libxcursor' 'terminus-font')
backup=(etc/spectrwm.conf)
replaces=('scrotwm')
conflicts=('scrotwm' 'spectrwm')
provides=('scrotwm' 'spectrwm')
-makedepends=('git')
+makedepends=('git' 'libxt')
optdepends=('scrot: screenshots'
'xlockmore: screenlocking')
source=('git+https://github.com/conformal/spectrwm'