summaryrefslogtreecommitdiff
path: root/community/i3-wm/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-25 23:14:50 +0000
committerroot <root@rshg054.dnsready.net>2011-12-25 23:14:50 +0000
commite39d5f838c08b5b57eae4c1aec4ae00acd18b239 (patch)
tree5508286adf4ead02d969fe07072a7823729ad256 /community/i3-wm/PKGBUILD
parent2d2e64c7c198ff82ea6e306f7673168dcf5ddca7 (diff)
Sun Dec 25 23:14:50 UTC 2011
Diffstat (limited to 'community/i3-wm/PKGBUILD')
-rw-r--r--community/i3-wm/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/i3-wm/PKGBUILD b/community/i3-wm/PKGBUILD
index 9a779ab44..57e3065dc 100644
--- a/community/i3-wm/PKGBUILD
+++ b/community/i3-wm/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 60124 2011-12-05 19:50:21Z ibiru $
+# $Id: PKGBUILD 61211 2011-12-24 17:06:50Z ttopper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=i3-wm
_pkgsourcename=i3
-pkgver=4.1
-pkgrel=2
+pkgver=4.1.1
+pkgrel=1
pkgdesc="An improved dynamic tiling window manager"
arch=('i686' 'x86_64')
url="http://i3wm.org/"
@@ -19,13 +19,13 @@ optdepends=('rxvt-unicode: The terminal emulator used in the default config.'
'i3status: To display systeminformation with a bar.'
'perl: To migrate your configuration to v4 format.')
options=('docs' '!strip')
-source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2)
-md5sums=('1a05d605624506c2b4b9f1272fd84a5a')
+source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2")
+md5sums=('25bc29349b65000a2b0afc0655a80035')
build() {
cd "$srcdir/$_pkgsourcename-$pkgver"
- # To avoid problems with bison use only a single process
+ # In order to avoid problems with bison use only a single process
MAKEFLAGS="-j1"
make
}