diff options
Diffstat (limited to 'community/lxappearance')
-rw-r--r-- | community/lxappearance/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/lxappearance/PKGBUILD b/community/lxappearance/PKGBUILD index 120f419df..2d4a6aab9 100644 --- a/community/lxappearance/PKGBUILD +++ b/community/lxappearance/PKGBUILD @@ -1,10 +1,10 @@ -#$Id: PKGBUILD 103242 2013-12-31 06:53:57Z bpiotrowski $ +#$Id: PKGBUILD 103634 2014-01-08 14:31:20Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> pkgname=lxappearance -pkgver=0.5.4 +pkgver=0.5.5 pkgrel=1 pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ groups=('lxde') depends=('gtk2' 'dbus-glib') makedepends=('intltool') source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.xz) -md5sums=('c7b8c18368f757a8a60f21cb46d7d9b3') +md5sums=('a67113681d9d0a6d936289909aed5782') build() { cd $pkgname-$pkgver |