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

David Runge dvzrv at archlinux.org
Thu Mar 26 11:05:35 UTC 2020


    Date: Thursday, March 26, 2020 @ 11:05:35
  Author: dvzrv
Revision: 604428

upgpkg: synthv1 0.9.13-1: Upgrading to 0.9.13.

Adding sodeps to package() and using plain deps in optdepends and makedepends again,
as otherwise users with the lib32- versions installed get queried about what to do.

Modified:
  synthv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-26 10:57:42 UTC (rev 604427)
+++ PKGBUILD	2020-03-26 11:05:35 UTC (rev 604428)
@@ -2,7 +2,7 @@
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=synthv1
-pkgver=0.9.12
+pkgver=0.9.13
 pkgrel=1
 pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx"
 arch=('x86_64')
@@ -10,12 +10,12 @@
 license=('GPL2')
 groups=('lv2-plugins' 'pro-audio')
 depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'libjack.so' 'liblo.so' 'lv2' 'qt5-tools')
+makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
 optdepends=('alsa-lib: for standalone application'
-            'libjack.so: for standalone application'
-            'liblo.so: for standalone application')
+            'jack: for standalone application'
+            'liblo: for standalone application')
 source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('0554522029d2f0be17a33182e9b43b68c3c38a654aa272a1da3bd1c4845b7898cd8c6bd59ad2b3171df61f6391573d5870b4c4c1b88f7e2c9b16358372b88e78')
+sha512sums=('5a6c2ad66ce8dccc58ede795822b489319bb44f0b9afaa9ed57f21e55552eff5b838af29e66b2c71d8d23829de94c02975d64039ae0c92cee7efadc26f6363d9')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list