Date: Tuesday, March 19, 2013 @ 10:17:08 Author: ttoepper Revision: 86552
upgpkg: i3-wm 4.5.1-1 Modified: i3-wm/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-19 08:02:44 UTC (rev 86551) +++ PKGBUILD 2013-03-19 09:17:08 UTC (rev 86552) @@ -3,7 +3,7 @@ pkgname=i3-wm _pkgsourcename=i3 -pkgver=4.5 +pkgver=4.5.1 pkgrel=1 pkgdesc="An improved dynamic tiling window manager" arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ 'i3status: To display systeminformation with a bar.') options=('docs' '!strip') source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2") -md5sums=('9eea2f570ec19affa3ec60b5ab411497') +md5sums=('a448388a9e26b7ae371534ff9f6ca353') build() { cd "$srcdir/$_pkgsourcename-$pkgver"