diff options
Diffstat (limited to 'testing/slv2/PKGBUILD')
-rw-r--r-- | testing/slv2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/slv2/PKGBUILD b/testing/slv2/PKGBUILD index 571d39503..4b01c3dae 100644 --- a/testing/slv2/PKGBUILD +++ b/testing/slv2/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 110735 2011-02-21 22:14:42Z schiv $ +# $Id: PKGBUILD 120979 2011-04-27 19:40:32Z andrea $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Leslie P. Polzer <polzer@stardawn.org> pkgname=slv2 pkgver=0.6.6 -pkgrel=3 +pkgrel=4 pkgdesc="Library for LV2 hosts" arch=('i686' 'x86_64' 'mips64el') url="http://drobilla.net/software/slv2" license=('GPL') -depends=('redland>=1.0.13' 'lv2core' 'jack') +depends=('redland>=1.0.12' 'lv2core' 'jack') makedepends=('python2') install=$pkgname.install changelog=$pkgname.changelog |