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/menu-cache/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/menu-cache/PKGBUILD')
-rw-r--r-- | community/menu-cache/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/menu-cache/PKGBUILD b/community/menu-cache/PKGBUILD index b40a8b533..eba5b2401 100644 --- a/community/menu-cache/PKGBUILD +++ b/community/menu-cache/PKGBUILD @@ -1,19 +1,18 @@ -# $Id: PKGBUILD 93764 2013-07-10 06:48:17Z bpiotrowski $ +# $Id: PKGBUILD 96685 2013-09-03 02:22:03Z bgyorgy $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> pkgname=menu-cache pkgver=0.5.0 -pkgrel=1 +pkgrel=2 pkgdesc='Caching mechanism for freedesktop.org compliant menus' arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url='http://lxde.org/' groups=('lxde') -depends=('intltool' 'glib2') +depends=('glib2') options=('!libtool') -makedepends=('pkgconfig') source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz) sha256sums=('875a7441b34bb24debc1c8017d74d59987d7a704c4c023e81a0b4ebcc2d7904a') |