Date: Thursday, December 7, 2017 @ 21:24:25 Author: dvzrv Revision: 273184
upgpkg: wah-plugins 0.1.0-3 Updating maintainer. Switching to correct license (GPL2). Switching to sha512sums. Installing various docs. Minor fixes. Modified: wah-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-07 21:17:12 UTC (rev 273183) +++ PKGBUILD 2017-12-07 21:24:25 UTC (rev 273184) @@ -1,30 +1,32 @@ # $Id$ -# Maintainer : speps <speps at aur dot archlinux dot org> +# Maintainer: David Runge <[email protected]> +# Contributor: speps <speps at aur dot archlinux dot org> # Contributor: Renato Budinich <rennabh at gmail dot com> pkgname=wah-plugins pkgver=0.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="LADSPA Wah filter plugin" arch=('x86_64') url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/" -license=('GPL') +license=('GPL2') groups=('ladspa-plugins') depends=('ladspa') -source=("${url}../downloads/WAH-plugins-$pkgver.tar.bz2") -md5sums=('d5df8cb2c88a153316a711512c1646c7') +source=("${url}../downloads/WAH-plugins-${pkgver}.tar.bz2") +sha512sums=('e3063115d2e635bee30ac4792d0c4f3536de79f25c153d790a1721c0f636636feeef5f7dd739c35443a68be058943ca29b4825dceef9bc56f862dbd7c7958ada') build() { - cd WAH-plugins-$pkgver + cd "WAH-plugins-${pkgver}" make } package() { - cd WAH-plugins-$pkgver + cd "WAH-plugins-${pkgver}" # plugin - install -Dm755 autowah.so \ - "$pkgdir/usr/lib/ladspa/autowah.so" + install -Dm755 autowah.so "${pkgdir}/usr/lib/ladspa/autowah.so" + install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS" + install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README" } # vim:set ts=2 sw=2 et:
