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

David Runge dvzrv at archlinux.org
Thu Mar 26 10:57:38 UTC 2020


    Date: Thursday, March 26, 2020 @ 10:57:38
  Author: dvzrv
Revision: 604426

upgpkg: samplv1 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:
  samplv1/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-26 10:55:35 UTC (rev 604425)
+++ PKGBUILD	2020-03-26 10:57:38 UTC (rev 604426)
@@ -2,7 +2,7 @@
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=samplv1
-pkgver=0.9.12
+pkgver=0.9.13
 pkgrel=1
 pkgdesc="Polyphonic sampler synthesizer with stereo fx"
 arch=('x86_64')
@@ -9,13 +9,13 @@
 url="https://samplv1.sourceforge.io/"
 license=('GPL2')
 groups=('lv2-plugins' 'pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libsndfile' 'qt5-base')
-makedepends=('alsa-lib' 'libjack.so' 'liblo.so' 'lv2' 'qt5-tools')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'jack' 'liblo' 'libsndfile' '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=('2b1a67fecbbd378c8893767cdce2634bfe7e8ced7528a177041b77d5ee311bfaedb17f3aba694fd565484e859bb61924f57d320537f206854a74205a2cbb1e2c')
+sha512sums=('829ad3cf39ce735360e77f9c8c735c2ac928e7e252408fde729d2aa9a6ecc84a91e03219b0e106d3b266767fb124584b89efabd967e8ce4c45c2f0de961477b3')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -30,6 +30,7 @@
 }
 
 package() {
+  depends+=('libsndfile.so')
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}/" install
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \



More information about the arch-commits mailing list