summaryrefslogtreecommitdiff
path: root/community/i3-wm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-08 02:22:24 -0700
committerroot <root@rshg054.dnsready.net>2013-08-08 02:22:24 -0700
commitd65d13a9fb3099310bb7736be11ee0724dde2dc7 (patch)
tree0e80461dca84901d8f25cfbe99aeec404698522f /community/i3-wm
parentb7d2dcfdb924359a7bdb0614960df38e6e4a9feb (diff)
Thu Aug 8 02:21:16 PDT 2013
Diffstat (limited to 'community/i3-wm')
-rw-r--r--community/i3-wm/PKGBUILD18
1 files changed, 10 insertions, 8 deletions
diff --git a/community/i3-wm/PKGBUILD b/community/i3-wm/PKGBUILD
index f7c5221cd..38057888c 100644
--- a/community/i3-wm/PKGBUILD
+++ b/community/i3-wm/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 86553 2013-03-19 09:17:14Z ttoepper $
+# $Id: PKGBUILD 95252 2013-08-07 20:52:39Z ttoepper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=i3-wm
_pkgsourcename=i3
-pkgver=4.5.1
+pkgver=4.6
pkgrel=1
-pkgdesc="An improved dynamic tiling window manager"
+pkgdesc='An improved dynamic tiling window manager'
arch=('i686' 'x86_64')
-url="http://i3wm.org/"
+url='http://i3wm.org/'
license=('BSD')
-replaces=("i3" "i3bar")
-groups=("i3")
+replaces=('i3' 'i3bar')
+groups=('i3')
depends=('libxcursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
'startup-notification' 'pango' 'perl')
makedepends=('bison' 'flex')
@@ -18,8 +18,10 @@ optdepends=('dmenu: As menu.'
'i3lock: For locking your screen.'
'i3status: To display systeminformation with a bar.')
options=('docs' '!strip')
-source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2")
-md5sums=('a448388a9e26b7ae371534ff9f6ca353')
+source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2"
+ "http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc")
+md5sums=('11901176eea90632384434c371840cfd'
+ 'SKIP')
build() {
cd "$srcdir/$_pkgsourcename-$pkgver"