diff options
author | root <root@rshg054.dnsready.net> | 2013-09-04 02:15:19 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-04 02:15:19 -0700 |
commit | c270fd5b2cd42b593708a919254fbbb609bbf641 (patch) | |
tree | 2cc8a32b6fe3260814e158bb8b18abec1a09e18d /community/lxappearance/PKGBUILD | |
parent | 3aa73e2018f321c9ccff8eca801b1c2fa9f18fa8 (diff) |
Wed Sep 4 02:13:41 PDT 2013
Diffstat (limited to 'community/lxappearance/PKGBUILD')
-rw-r--r-- | community/lxappearance/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/lxappearance/PKGBUILD b/community/lxappearance/PKGBUILD index 322e4c7d6..98b7c0477 100644 --- a/community/lxappearance/PKGBUILD +++ b/community/lxappearance/PKGBUILD @@ -1,18 +1,18 @@ -#$Id: PKGBUILD 71027 2012-05-22 05:49:29Z bpiotrowski $ +#$Id: PKGBUILD 96680 2013-09-03 01:45:50Z bgyorgy $ # Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> pkgname=lxappearance pkgver=0.5.2 -pkgrel=1 +pkgrel=2 pkgdesc="Feature-rich GTK+ theme switcher of the LXDE Desktop" arch=('i686' 'x86_64') license=('GPL2') url="http://lxde.org/" groups=('lxde') -depends=('gtk2' 'intltool') -makedepends=('pkgconfig') +depends=('gtk2') +makedepends=('intltool') source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz) md5sums=('a088c6ef08fd25df7dc3be5b07168bbe') |