diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-21 20:10:17 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-21 20:10:17 -0500 |
commit | 92149f7e2c30acbf5003a184f1f4119824cedc58 (patch) | |
tree | f2d620a60077789b22336989eda8c83941813466 | |
parent | d41f06da395e1b5947505ae8e83e6f2206ab34a3 (diff) |
xsynth-dssi-0.9.4-2: rebuild
-rw-r--r-- | pcr/xsynth-dssi/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pcr/xsynth-dssi/PKGBUILD b/pcr/xsynth-dssi/PKGBUILD index f353b9bfa..9b214d00f 100644 --- a/pcr/xsynth-dssi/PKGBUILD +++ b/pcr/xsynth-dssi/PKGBUILD @@ -1,13 +1,15 @@ +# $Id$ +# Maintainer (Arch): Sean Bolton musound at jps dot net +# Contributor (Arch): Thomas Karmann <thomas@karmann-paf.de> # Maintainer: Guest One <theguestone at gmail dot com> - pkgname=xsynth-dssi pkgver=0.9.4 -pkgrel=1 +pkgrel=2 pkgdesc="An analog-style (VCOs-VCF-VCA) synth plugin for DSSI" -arch=('i686') +arch=('i686' 'x86_64') url="http://dssi.sourceforge.net/download.html#Xsynth-DSSI" license=('GPL') -depends=('gtk2' 'liblo') +depends=('gtk2' 'liblo>=0.22') makedepends=('dssi' 'ladspa') options=('!libtool') source=(http://downloads.sourceforge.net/project/dssi/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz |