diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/whysynth/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pcr/whysynth/PKGBUILD b/pcr/whysynth/PKGBUILD index 0a8776520..5ac4dcf3c 100644 --- a/pcr/whysynth/PKGBUILD +++ b/pcr/whysynth/PKGBUILD @@ -1,15 +1,17 @@ -# Maintainer (Arch): Sean Bolton <sean at smbolton dot com> +# Maintainer (AUR): Martin C. Doege <mdoege at compuserve dot com> +# Contributor (AUR): Sean Bolton <sean at smbolton dot com> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> + pkgname=whysynth -pkgver=20120903 -pkgrel=2 +pkgver=20170701 +pkgrel=1 pkgdesc="A versatile softsynth plugin for the DSSI Soft Synth Interface" url="http://www.smbolton.com/whysynth.html" depends=('alsa-lib' 'liblo' 'gtk2' 'fftw' 'ladspa') makedepends=('dssi') license=('GPL') source=(http://www.smbolton.com/whysynth/${pkgname}-${pkgver}.tar.bz2) -md5sums=('b521b63ade13b09062a64c46d2eabee2') +sha256sums=('a602d685a6bf48b01a82e1c077a50fe3d115805865ecfe49f531d8bd20b00b0b') arch=('i686' 'x86_64') build() { |