diff options
author | root <root@rshg047.dnsready.net> | 2011-05-09 22:34:00 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-09 22:34:00 +0000 |
commit | bbb460f85242e6ac03f47b74b9d0be66ff089ac4 (patch) | |
tree | c05f121bc450e6f4528e13b4eef371f3b0d2bc0f /community/i3-wm | |
parent | d2f2d3b5c845807249680c275031f94047f9e762 (diff) |
Mon May 9 22:34:00 UTC 2011
Diffstat (limited to 'community/i3-wm')
-rw-r--r-- | community/i3-wm/PKGBUILD | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/community/i3-wm/PKGBUILD b/community/i3-wm/PKGBUILD index e827525ea..4680f393c 100644 --- a/community/i3-wm/PKGBUILD +++ b/community/i3-wm/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 45625 2011-04-26 00:58:22Z dreisner $ +# $Id: PKGBUILD 46517 2011-05-08 15:05:08Z ttopper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=i3-wm _pkgsourcename=i3 -pkgver=3.e_bf2 -_pkgver=3.e-bf2 -pkgrel=2 +pkgver=3.e_bf3 +_pkgver=3.e-bf3 +pkgrel=1 pkgdesc="An improved dynamic tiling window manager" arch=('i686' 'x86_64') url="http://i3.zekjur.net/" @@ -17,17 +17,12 @@ makedepends=('bison' 'flex') optdepends=('rxvt-unicode: The terminal emulator used in the default config.' 'dmenu: As menu.') options=('docs' '!strip') -source=(http://i3.zekjur.net/downloads/${_pkgsourcename}-${_pkgver}.tar.bz2 - yajl-2.x.patch) -md5sums=('dc2c59623fdc9e69003b8807a0443544' - '8c2a58e743ee0f8d76455d2afbeedd6f') +source=(http://i3.zekjur.net/downloads/${_pkgsourcename}-${_pkgver}.tar.bz2) +md5sums=('07a66e04bc754d0c16b033ed9df80c65') build() { cd "$srcdir/$_pkgsourcename-$_pkgver" - # fixes for yajl 2.x API - patch -Np1 < "$srcdir/yajl-2.x.patch" - make } |