diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-09 03:58:56 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-09 03:58:56 +0000 |
commit | ebfbe6aa4a09806147654dd9e8d512cd68921e0d (patch) | |
tree | 645198602e94164a4130285756f401ae0b0756fd /community/lxappearance | |
parent | 3092fe0e20f490a5f9b8b9602ffc039a22be60c0 (diff) |
Thu Jan 9 03:54:24 UTC 2014
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 |