summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')