diff options
Diffstat (limited to 'community/lxappearance/PKGBUILD')
-rw-r--r-- | community/lxappearance/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/lxappearance/PKGBUILD b/community/lxappearance/PKGBUILD index 28cddd8cf..0589e5989 100644 --- a/community/lxappearance/PKGBUILD +++ b/community/lxappearance/PKGBUILD @@ -1,11 +1,11 @@ -#$Id: PKGBUILD 101232 2013-11-20 09:52:30Z bpiotrowski $ -# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> +#$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.3 -pkgrel=2 +pkgver=0.5.5 +pkgrel=1 pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop' arch=('i686' 'x86_64' 'mips64el') license=('GPL2') @@ -13,8 +13,8 @@ url='http://lxde.org/' groups=('lxde') depends=('gtk2' 'dbus-glib') makedepends=('intltool') -source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz) -md5sums=('9dfdc9bd45519d51b9df2ad6650c36f5') +source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.xz) +md5sums=('a67113681d9d0a6d936289909aed5782') build() { cd $pkgname-$pkgver |