diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-13 11:21:38 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-13 11:21:38 -0300 |
commit | d51e9b973c5e554869e188fdc65106728c95c0c7 (patch) | |
tree | 7880a41f091fffab06471d492921400234023b4f /community/i3-wm | |
parent | 7a54f5ebad2b78abe9e2c89cf0e4c2ebfeeea0ec (diff) | |
parent | 1517345ab70f42a5e050f3dc9b498038118f9ff1 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/luaexpat/PKGBUILD
community/udevil/PKGBUILD
extra/help2man/PKGBUILD
Diffstat (limited to 'community/i3-wm')
-rw-r--r-- | community/i3-wm/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/i3-wm/PKGBUILD b/community/i3-wm/PKGBUILD index 9a72caf7c..ccba4b0c7 100644 --- a/community/i3-wm/PKGBUILD +++ b/community/i3-wm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 76540 2012-09-22 15:17:46Z ttopper $ +# $Id: PKGBUILD 81166 2012-12-12 17:43:14Z ttoepper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=i3-wm _pkgsourcename=i3 -pkgver=4.3 -pkgrel=2 +pkgver=4.4 +pkgrel=1 pkgdesc="An improved dynamic tiling window manager" arch=('i686' 'x86_64' 'mips64el') url="http://i3wm.org/" @@ -19,7 +19,7 @@ optdepends=('dmenu: As menu.' 'perl: To migrate your configuration to v4 format.') options=('docs' '!strip') source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2") -md5sums=('6e0258e08f644532497cc97bde937a6c') +md5sums=('fa2b8aae3d2e10c5ee480bd370366f5b') build() { cd "$srcdir/$_pkgsourcename-$pkgver" |