diff options
Diffstat (limited to 'community/i3-wm')
-rw-r--r-- | community/i3-wm/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/i3-wm/PKGBUILD b/community/i3-wm/PKGBUILD index 38057888c..a7e08bae5 100644 --- a/community/i3-wm/PKGBUILD +++ b/community/i3-wm/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 95252 2013-08-07 20:52:39Z ttoepper $ +# $Id: PKGBUILD 102909 2013-12-23 21:00:35Z ttoepper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=i3-wm _pkgsourcename=i3 -pkgver=4.6 +pkgver=4.7 pkgrel=1 pkgdesc='An improved dynamic tiling window manager' arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ url='http://i3wm.org/' license=('BSD') replaces=('i3' 'i3bar') groups=('i3') -depends=('libxcursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl' - 'startup-notification' 'pango' 'perl') +depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl' + 'startup-notification' 'pango') makedepends=('bison' 'flex') optdepends=('dmenu: As menu.' 'i3lock: For locking your screen.' @@ -20,7 +20,7 @@ optdepends=('dmenu: As menu.' options=('docs' '!strip') source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2" "http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc") -md5sums=('11901176eea90632384434c371840cfd' +md5sums=('34dade2bc69e241ab3e3ffaa81122266' 'SKIP') build() { |