Date: Thursday, December 7, 2017 @ 12:27:38 Author: dvzrv Revision: 273003
upgpkg: synthv1 0.8.5-1 Updating maintainer. Updating to current url. Switching to sha512sums. Minor fixes. Modified: synthv1/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-07 12:24:11 UTC (rev 273002) +++ PKGBUILD 2017-12-07 12:27:38 UTC (rev 273003) @@ -1,22 +1,23 @@ # $Id$ -# Maintainer: speps <speps at aur dot archlinux dot org> +# Maintainer: David Runge <[email protected]> +# Contributor: speps <speps at aur dot archlinux dot org> pkgname=synthv1 -pkgver=0.8.4 +pkgver=0.8.5 pkgrel=1 pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx" -arch=(x86_64) -url="https://$pkgname.sourceforge.net/$pkgname-index.html" +arch=('x86_64') +url="https://synthv1.sourceforge.io/synthv1-index.html" license=('GPL') groups=('lv2-plugins') depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info') makedepends=('qt5-tools') -source=("https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('a8a8ba00a2d10006ef8df8e08cb9b710') +source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") +sha512sums=('5d305aa6087b6b29d3e2ae285a0ec5cfc9debf758e2a81613dc1075630667ca3a39500e0637809fd250e51ab7954e787fa19b269f87d320c739c847fe434b3b2') build() { - cd $pkgname-$pkgver + cd "${pkgname}-${pkgver}" ./configure --prefix=/usr \ --libdir=/usr/lib make @@ -23,7 +24,7 @@ } package() { - cd $pkgname-$pkgver + cd "${pkgname}-${pkgver}" make DESTDIR="$pkgdir/" install }
