summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-10-10 03:02:35 -0600
committerBrian Bidulock2015-06-10 22:35:26 -0600
commit8ea8157b1bb83bf7f8b629dbf543d3b6239f4665 (patch)
tree75c2f6eaf64844b5f0b0b5a100ac8f6723e40296
parenta574d872d474d9e58197e2953364cf8d0baa602d (diff)
downloadaur-8ea8157b1bb83bf7f8b629dbf543d3b6239f4665.tar.gz
version 0.95.6.r0.g3bd9e83-2
-rw-r--r--.AURINFO6
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 4 deletions
diff --git a/.AURINFO b/.AURINFO
index faef18852baa..d4f3cc066339 100644
--- a/.AURINFO
+++ b/.AURINFO
@@ -1,13 +1,14 @@
pkgbase = windowmaker-git
pkgdesc = An X11 window manager with a NEXTSTEP look and feel
pkgver = 0.95.6.r0.g3bd9e83
- pkgrel = 1
+ pkgrel = 2
url = http://www.windowmaker.org/
arch = i686
arch = x86_64
license = GPL
license = custom
makedepends = git
+ depends = imagemagick
depends = libxinerama
depends = libxrandr
depends = libxmu
@@ -22,6 +23,9 @@ pkgbase = windowmaker-git
source = windowmaker-git::git://repo.or.cz/wmaker-crm.git
source = wmaker.desktop
source = giflib-5.1.0.patch
+ md5sums = SKIP
+ md5sums = 2fba97bebfd691836b92b8f0db79ff13
+ md5sums = 59ec642cd64a1b5222ba672a19afe489
pkgname = windowmaker-git
diff --git a/.SRCINFO b/.SRCINFO
index 361d9e10ea0a..d4f3cc066339 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = windowmaker-git
pkgdesc = An X11 window manager with a NEXTSTEP look and feel
pkgver = 0.95.6.r0.g3bd9e83
- pkgrel = 1
+ pkgrel = 2
url = http://www.windowmaker.org/
arch = i686
arch = x86_64
license = GPL
license = custom
makedepends = git
+ depends = imagemagick
depends = libxinerama
depends = libxrandr
depends = libxmu
diff --git a/PKGBUILD b/PKGBUILD
index a36ea7e926d8..79fc5377c811 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=windowmaker-git
pkgver=0.95.6.r0.g3bd9e83
-pkgrel=1
+pkgrel=2
pkgdesc="An X11 window manager with a NEXTSTEP look and feel"
arch=('i686' 'x86_64')
url="http://www.windowmaker.org/"
@@ -13,7 +13,7 @@ license=('GPL' 'custom')
provides=('windowmaker')
conflicts=('windowmaker')
makedepends=('git')
-depends=('libxinerama' 'libxrandr' 'libxmu' 'libbsd' 'libxpm' 'libxft' 'libtiff' 'giflib' 'libexif')
+depends=('imagemagick' 'libxinerama' 'libxrandr' 'libxmu' 'libbsd' 'libxpm' 'libxft' 'libtiff' 'giflib' 'libexif')
source=("$pkgname::git://repo.or.cz/wmaker-crm.git"
wmaker.desktop
giflib-5.1.0.patch)