summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.AURINFO3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
3 files changed, 6 insertions, 3 deletions
diff --git a/.AURINFO b/.AURINFO
index 16620104fdf8..463f230516ff 100644
--- a/.AURINFO
+++ b/.AURINFO
@@ -1,11 +1,12 @@
pkgbase = adwm
pkgdesc = Advanced dynamic window manager for X
pkgver = 0.5.2
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/bbidulock/adwm
arch = i686
arch = x86_64
license = GPL
+ makedepends = libxi
depends = libxfixes
depends = libxft
depends = libxrandr
diff --git a/.SRCINFO b/.SRCINFO
index 0310946a17ed..cd88091389fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = adwm
pkgdesc = Advanced dynamic window manager for X
pkgver = 0.5.2
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/bbidulock/adwm
arch = i686
arch = x86_64
license = GPL
+ makedepends = libxi
depends = libxfixes
depends = libxft
depends = libxrandr
diff --git a/PKGBUILD b/PKGBUILD
index 63bc7aaaf51b..1d2dee3fa7a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=adwm
pkgver=0.5.2
-pkgrel=2
+pkgrel=3
pkgdesc="Advanced dynamic window manager for X"
arch=('i686' 'x86_64')
url="http://github.com/bbidulock/adwm"
license=('GPL')
+makedepends=('libxi')
depends=('libxfixes' 'libxft' 'libxrandr' 'libxinerama' 'libxpm' 'startup-notification' 'imlib2')
options=('!libtool')
source=("https://github.com/bbidulock/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")