summaryrefslogtreecommitdiff
path: root/community/windowlab/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/windowlab/PKGBUILD')
-rw-r--r--community/windowlab/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/windowlab/PKGBUILD b/community/windowlab/PKGBUILD
index 80237ed83..d126cc250 100644
--- a/community/windowlab/PKGBUILD
+++ b/community/windowlab/PKGBUILD
@@ -1,21 +1,23 @@
+# $Id: PKGBUILD 67590 2012-03-13 12:48:45Z giovanni $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Jeff Mickey <jeff@archlinux.org>
# Contributor: phrakture <aaronmgriffin -at- gmail.dot.com>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
+# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=windowlab
pkgver=1.40
-pkgrel=1
+pkgrel=2
pkgdesc="A small and simple window manager."
arch=('i686' 'x86_64')
url="http://www.nickgravgaard.com/windowlab"
license=('GPL')
-depends=('xorg-server' 'libxft')
-source=(http://www.nickgravgaard.com/windowlab/${pkgname}-${pkgver}.tar)
+depends=('xorg-server' 'libxft' 'libxext')
+source=("http://www.nickgravgaard.com/windowlab/${pkgname}-${pkgver}.tar")
md5sums=('346f8c187838a446b4cbb2326d035577')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- make PREFIX=/usr || return 1
+ make PREFIX=/usr
}
package() {