summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2017-05-31 11:04:52 -0600
committerBrian Bidulock2017-05-31 11:04:52 -0600
commit6698ba2d94bee370f9a15b29e4fabf6038397441 (patch)
treec119635641d26afefca10269ea970d91dce87a79
parent2d140b9e78975c7eaf576f556057d6470e67da90 (diff)
downloadaur-6698ba2d94bee370f9a15b29e4fabf6038397441.tar.gz
version 0.9-6
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b4cdc8a5b0a..b5bde41273b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = wumwum
pkgdesc = The Window Manager manager. It can turn emwh compliant window managers into a tiling window manager while retaining all initial functionalities.
pkgver = 0.9
- pkgrel = 5
+ pkgrel = 6
url = http://wumwum.sourceforge.net/
arch = i686
arch = x86_64
license = GPL3
depends = wmctrl
depends = libaosd
- depends = xorg-utils
+ depends = xorg-xprop
+ depends = xorg-xdpyinfo
options = !emptydirs
source = http://downloads.sourceforge.net/wumwum/wumwum-0.9.tgz
md5sums = a2bcc7c22a7f2083cbda0d5e00849cc0
diff --git a/PKGBUILD b/PKGBUILD
index 09577163dd7d..09e4d6084af5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=wumwum
pkgver=0.9
-pkgrel=5
+pkgrel=6
pkgdesc="The Window Manager manager. It can turn emwh compliant window managers into a tiling window manager while retaining all initial functionalities. "
arch=('i686' 'x86_64')
url="http://wumwum.sourceforge.net/"
license=('GPL3')
-depends=('wmctrl' 'libaosd' 'xorg-utils')
+depends=('wmctrl' 'libaosd' 'xorg-xprop' 'xorg-xdpyinfo')
options=('!emptydirs')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tgz)