summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-09-28 14:45:15 -0600
committerBrian Bidulock2015-06-10 03:43:50 -0600
commit4429843fe6558875e2b790d1920525b5fd6f6f26 (patch)
tree53faf0d30bfffb43e38e138a31c68f538e25c242
parente88050ddb8424e6a93cadc32a3bf82ad477e644a (diff)
downloadaur-4429843fe6558875e2b790d1920525b5fd6f6f26.tar.gz
version 0.5.2-2
-rw-r--r--.AURINFO3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 4 deletions
diff --git a/.AURINFO b/.AURINFO
index 23098ba269e2..16620104fdf8 100644
--- a/.AURINFO
+++ b/.AURINFO
@@ -1,11 +1,12 @@
pkgbase = adwm
pkgdesc = Advanced dynamic window manager for X
pkgver = 0.5.2
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/bbidulock/adwm
arch = i686
arch = x86_64
license = GPL
+ depends = libxfixes
depends = libxft
depends = libxrandr
depends = libxinerama
diff --git a/.SRCINFO b/.SRCINFO
index 06131af77fa9..0310946a17ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = adwm
pkgdesc = Advanced dynamic window manager for X
pkgver = 0.5.2
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/bbidulock/adwm
arch = i686
arch = x86_64
license = GPL
+ depends = libxfixes
depends = libxft
depends = libxrandr
depends = libxinerama
diff --git a/PKGBUILD b/PKGBUILD
index 6a63cc6860ec..63bc7aaaf51b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=adwm
pkgver=0.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="Advanced dynamic window manager for X"
arch=('i686' 'x86_64')
url="http://github.com/bbidulock/adwm"
license=('GPL')
-depends=('libxft' 'libxrandr' 'libxinerama' 'libxpm' 'startup-notification' 'imlib2')
+depends=('libxfixes' 'libxft' 'libxrandr' 'libxinerama' 'libxpm' 'startup-notification' 'imlib2')
options=('!libtool')
source=("https://github.com/bbidulock/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
md5sums=('8dfc37ab902de66008cb2ee245ce58a3')