diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-19 23:12:16 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-19 23:12:16 +0100 |
commit | 0f8e23b7aac45636711561a03760263cd2c66c52 (patch) | |
tree | aed7e9035f06ca987a010c01a78b4b281ee21627 /pcr | |
parent | 28bce7229693250e98815d218352c438e70d24ea (diff) | |
download | abslibre-0f8e23b7aac45636711561a03760263cd2c66c52.tar.gz abslibre-0f8e23b7aac45636711561a03760263cd2c66c52.tar.bz2 abslibre-0f8e23b7aac45636711561a03760263cd2c66c52.zip |
pcr/whysynth: updated to 20170701
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() { |