diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-07-07 17:06:13 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-07-07 17:06:13 -0500 |
commit | d20b2e8a34a7e88fdf6e804b69f7c402006a40bd (patch) | |
tree | 231d1fbf05c0d3b04c39c093ecda1c2eae809bad /pcr/whysynth | |
parent | a83ef5efe6adc5d6d4492fbe6421b34aa2e0ebb6 (diff) | |
download | abslibre-d20b2e8a34a7e88fdf6e804b69f7c402006a40bd.tar.gz abslibre-d20b2e8a34a7e88fdf6e804b69f7c402006a40bd.tar.bz2 abslibre-d20b2e8a34a7e88fdf6e804b69f7c402006a40bd.zip |
whysynth-20120903-2: updating version
Diffstat (limited to 'pcr/whysynth')
-rw-r--r-- | pcr/whysynth/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pcr/whysynth/PKGBUILD b/pcr/whysynth/PKGBUILD index 8d2895984..0a8776520 100644 --- a/pcr/whysynth/PKGBUILD +++ b/pcr/whysynth/PKGBUILD @@ -1,15 +1,16 @@ -# Maintainer: Guest One <theguestone at gmail dot com> +# Maintainer (Arch): Sean Bolton <sean at smbolton dot com> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=whysynth pkgver=20120903 -pkgrel=1 +pkgrel=2 pkgdesc="A versatile softsynth plugin for the DSSI Soft Synth Interface" -arch=('i686') url="http://www.smbolton.com/whysynth.html" -depends=('alsa-lib' 'liblo' 'gtk2' 'fftw') -makedepends=('dssi' 'ladspa') +depends=('alsa-lib' 'liblo' 'gtk2' 'fftw' 'ladspa') +makedepends=('dssi') license=('GPL') source=(http://www.smbolton.com/whysynth/${pkgname}-${pkgver}.tar.bz2) md5sums=('b521b63ade13b09062a64c46d2eabee2') +arch=('i686' 'x86_64') build() { cd "${srcdir}/${pkgname}-${pkgver}" |