diff options
Diffstat (limited to 'community/awesome/PKGBUILD')
-rw-r--r-- | community/awesome/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/awesome/PKGBUILD b/community/awesome/PKGBUILD index d3e44b75a..5727fc8fa 100644 --- a/community/awesome/PKGBUILD +++ b/community/awesome/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 108725 2014-04-02 09:37:24Z bpiotrowski $ +# $Id: PKGBUILD 109199 2014-04-11 09:39:08Z andrea $ # Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Sébastien Luttringer @@ -7,7 +7,7 @@ # Contributor: Vesa Kaihlavirta pkgname=awesome -pkgver=3.5.4 +pkgver=3.5.5 pkgrel=1 pkgdesc='Highly configurable framework window manager' arch=('i686' 'x86_64') @@ -23,7 +23,7 @@ optdepends=('rlwrap: readline support for awesome-client' provides=('notification-daemon') backup=('etc/xdg/awesome/rc.lua') source=($url/download/$pkgname-$pkgver.tar.xz) -md5sums=('9d52a26bfbc142ace5427bfb55010359') +md5sums=('48a00b747f0279e6164d8b7e9c964346') prepare() { mkdir -p build |