Date: Friday, December 22, 2017 @ 19:35:18 Author: dvzrv Revision: 275547
archrelease: copy trunk to community-testing-x86_64 Added: synthv1/repos/community-testing-x86_64/PKGBUILD (from rev 275546, synthv1/trunk/PKGBUILD) Deleted: synthv1/repos/community-testing-x86_64/PKGBUILD ----------+ PKGBUILD | 62 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2017-12-22 19:35:08 UTC (rev 275546) +++ PKGBUILD 2017-12-22 19:35:18 UTC (rev 275547) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: David Runge <d...@sleepmap.de> -# Contributor: speps <speps at aur dot archlinux dot org> - -pkgname=synthv1 -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://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") -sha512sums=('5d305aa6087b6b29d3e2ae285a0ec5cfc9debf758e2a81613dc1075630667ca3a39500e0637809fd250e51ab7954e787fa19b269f87d320c739c847fe434b3b2') - -build() { - cd "${pkgname}-${pkgver}" - ./configure --prefix=/usr \ - --libdir=/usr/lib - make -} - -package() { - cd "${pkgname}-${pkgver}" - make DESTDIR="$pkgdir/" install -} - -# vim:set ts=2 sw=2 et: Copied: synthv1/repos/community-testing-x86_64/PKGBUILD (from rev 275546, synthv1/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2017-12-22 19:35:18 UTC (rev 275547) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: David Runge <d...@sleepmap.de> +# Contributor: speps <speps at aur dot archlinux dot org> + +pkgname=synthv1 +pkgver=0.8.6 +pkgrel=1 +pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx" +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") +sha512sums=('5ba4d68002fa316771e2848e37d3f30903ca73bf98d9e5a6b47901ff4b09c3b392397b133248fc2a9b25de2f8f31011bbbe44724a9a75f99a7289e2d09e4fe91') + +build() { + cd "${pkgname}-${pkgver}" + ./configure --prefix=/usr \ + --libdir=/usr/lib + make +} + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="$pkgdir/" install +} + +# vim:set ts=2 sw=2 et: