[arch-commits] Commit in synthv1/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Sep 24 09:06:32 UTC 2019


    Date: Tuesday, September 24, 2019 @ 09:06:32
  Author: dvzrv
Revision: 511631

upgpkg: synthv1 0.9.10-1

Upgrading to 0.9.10. Removing group vee-one (there are enough groups already).
Moving alsa-lib, jack and liblo to optdepends. Adding all direct library dependencies.

Modified:
  synthv1/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-24 09:05:46 UTC (rev 511630)
+++ PKGBUILD	2019-09-24 09:06:32 UTC (rev 511631)
@@ -2,17 +2,21 @@
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=synthv1
-pkgver=0.9.9
+pkgver=0.9.10
 pkgrel=1
 pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx"
 arch=('x86_64')
 url="https://synthv1.sourceforge.io/synthv1-index.html"
 license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vee-one')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
-makedepends=('lv2' 'qt5-tools')
+groups=('lv2-plugins' 'pro-audio')
+depends=('desktop-file-utils' 'gcc-libs' 'glibc' 'hicolor-icon-theme'
+'qt5-base')
+makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
+optdepends=('alsa-lib: for standalone application'
+            'jack: for standalone application'
+            'liblo: for standalone application')
 source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('637e287f72ae9cfc307537ed9e03b1c500d7041c02fba5c2ede920f2accdbe74c3dec190addfa2e0927c95da225b8818a43f7fb400c76a12e0d92a4b75156da3')
+sha512sums=('83cb2c2bddfe009fe51735f2564d2502ab701fbb1ec6dbe5fc082c1550102b8aed2bbb9ae7abd4df22cb7614a3f6f7dcb06fd13f47ea00961f5d8ad243e5b849')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list