summaryrefslogtreecommitdiff
path: root/pcr/whysynth
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/whysynth')
-rw-r--r--pcr/whysynth/PKGBUILD11
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}"