diff options
Diffstat (limited to 'community/i3-wm/PKGBUILD')
-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 } |