From d20b2e8a34a7e88fdf6e804b69f7c402006a40bd Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Tue, 7 Jul 2015 17:06:13 -0500 Subject: whysynth-20120903-2: updating version --- pcr/whysynth/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'pcr') 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 +# Maintainer (Arch): Sean Bolton +# Maintainer: Omar Vega Ramos 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}" -- cgit v1.2.3-2-g168b