diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-09-05 13:12:44 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-09-05 13:12:44 +0200 |
commit | 3a2e5385d03fe27457f07f0141fbc3eefade528b (patch) | |
tree | d14a18fabc35d65a6fd4301cb90a1c0c9798c951 /community/lxappearance/PKGBUILD | |
parent | 323e3d49f9e419c544cf34db4546932361f9cb91 (diff) | |
parent | f7a2cf07dfae6a6707525e05f4f7f1998b382c4d (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/espeak/PKGBUILD
core/openldap/PKGBUILD
libre/audacious-plugins-libre/PKGBUILD
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 7964cbfec..96015aa1b 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' 'mips64el') 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') |