diff options
Diffstat (limited to 'extra/liblrdf/PKGBUILD')
-rw-r--r-- | extra/liblrdf/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/extra/liblrdf/PKGBUILD b/extra/liblrdf/PKGBUILD index 4186550d4..48068e01f 100644 --- a/extra/liblrdf/PKGBUILD +++ b/extra/liblrdf/PKGBUILD @@ -1,16 +1,14 @@ -# $Id: PKGBUILD 161476 2012-06-11 19:18:53Z eric $ +# $Id: PKGBUILD 197453 2013-10-26 06:52:09Z allan $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> pkgname=liblrdf pkgver=0.5.0 -pkgrel=1 +pkgrel=2 pkgdesc="A library for the manipulation of RDF file in LADSPA plugins" arch=('i686' 'x86_64' 'mips64el') url="https://github.com/swh/LRDF" depends=('raptor' 'ladspa') license=('GPL') -options=('!libtool') -groups=('ladspa-plugins') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/swh/LRDF/tarball/${pkgver}) md5sums=('005ea24152620da7f2ee80a78e17f784') |