diff options
Diffstat (limited to 'community/awesome/PKGBUILD')
-rw-r--r-- | community/awesome/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/community/awesome/PKGBUILD b/community/awesome/PKGBUILD index a0d0f2b83..1641d5235 100644 --- a/community/awesome/PKGBUILD +++ b/community/awesome/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 97620 2013-09-25 19:19:38Z seblu $ +# $Id: PKGBUILD 98638 2013-10-16 01:00:11Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: xduugu # Contributor: Ronald van Haren <ronald.archlinux.org> # Contributor: Vesa Kaihlavirta pkgname=awesome -pkgver=3.5.1 -pkgrel=3 +pkgver=3.5.2 +pkgrel=1 pkgdesc='Highly configurable framework window manager' arch=('i686' 'x86_64' 'mips64el') url='http://awesome.naquadah.org/' @@ -16,13 +16,12 @@ depends=( 'dbus' 'gdk-pixbuf2' 'imlib2' - 'libxcursor' 'libxdg-basedir' 'lua' 'lua-lgi' 'pango' 'startup-notification' - 'xcb-util-image' + 'xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'xorg-xmessage' @@ -44,7 +43,7 @@ optdepends=( provides=('notification-daemon') backup=('etc/xdg/awesome/rc.lua') source=("$url/download/$pkgname-$pkgver.tar.xz") -md5sums=('f528f66ddcdb07f24e6f494837371702') +md5sums=('c16eaaaddf6f56b4e041007952e2a4fe') build() { cd $pkgname-$pkgver |