diff options
author | root <root@rshg054.dnsready.net> | 2011-08-29 23:14:40 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-29 23:14:40 +0000 |
commit | e13fbaf2cbb72b7e8c8278ea94b70dd4a8ce48b2 (patch) | |
tree | 570e875c44f8d4d5ca7813d745f3ab5674fd3d4f /community/i3-wm/PKGBUILD | |
parent | 57fc7b041fcd8bc73a40cd31d3b80bed779e79fe (diff) |
Mon Aug 29 23:14:40 UTC 2011
Diffstat (limited to 'community/i3-wm/PKGBUILD')
-rw-r--r-- | community/i3-wm/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/i3-wm/PKGBUILD b/community/i3-wm/PKGBUILD index f63ac08fd..4de8eb067 100644 --- a/community/i3-wm/PKGBUILD +++ b/community/i3-wm/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 53231 2011-08-01 21:41:41Z ttopper $ +# $Id: PKGBUILD 54951 2011-08-28 19:13:33Z ttopper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=i3-wm _pkgsourcename=i3 -pkgver=4.0.1 +pkgver=4.0.2 pkgrel=1 pkgdesc="An improved dynamic tiling window manager" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ optdepends=('rxvt-unicode: The terminal emulator used in the default config.' 'perl: To migrate your configuration to v4 format.') options=('docs' '!strip') source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2) -md5sums=('87c5961589068269da611b79064c628e') +md5sums=('8b173504824d312a954ccb32b092b068') build() { cd "$srcdir/$_pkgsourcename-$pkgver" |