diff options
Diffstat (limited to 'testing/menu-cache/APKBUILD')
-rw-r--r-- | testing/menu-cache/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/menu-cache/APKBUILD b/testing/menu-cache/APKBUILD index daa96bb19..db572b60a 100644 --- a/testing/menu-cache/APKBUILD +++ b/testing/menu-cache/APKBUILD @@ -2,7 +2,7 @@ pkgname=menu-cache pkgver=0.5.1 -pkgrel=0 +pkgrel=1 pkgdesc='Caching mechanism for freedesktop.org compliant menus' arch='all' license='GPL2' @@ -10,6 +10,7 @@ url='http://lxde.org/' makedepends='glib-dev' options='libtool' source="http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz" +subpackages="$pkgname-dev" _builddir="$srcdir/$pkgname-$pkgver" |