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

David Runge dvzrv at archlinux.org
Tue Dec 24 15:12:00 UTC 2019


    Date: Tuesday, December 24, 2019 @ 15:11:59
  Author: dvzrv
Revision: 539980

upgpkg: spectmorph 0.5.0-2: Updating maintainer info. Removing python2-only sminstbuilder, until upstream makes it available for python3.

Modified:
  spectmorph/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-24 14:26:20 UTC (rev 539979)
+++ PKGBUILD	2019-12-24 15:11:59 UTC (rev 539980)
@@ -1,7 +1,7 @@
-# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: David Runge <dvzrv at archlinux.org>
 pkgname=spectmorph
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Analyze samples of musical instruments and combine them (morphing)"
 arch=('x86_64')
 url="http://spectmorph.org/"
@@ -9,7 +9,6 @@
 groups=('lv2-plugins' 'pro-audio')
 depends=('cairo' 'fftw' 'jack' 'libao' 'qt5-base')
 makedepends=('lv2')
-optdepends=('python2: For sminstbuilder')
 source=("http://www.spectmorph.org/files/releases/${pkgname}-${pkgver}.tar.bz2"
         "http://spectmorph.org/files/instruments/${pkgname}-instruments-${pkgver}.tar.xz")
 sha512sums=('588c4d2cf15720569f6dae2559da1d5039e894e8e9804ac2959075818be6c50cc3c89f25ade004f6501bfb9bca849bd62b069ca52acd0f438fdf44340d4894a3'
@@ -33,4 +32,7 @@
   # docs
   install -vDm 644 {AUTHORS,DESIGN,NEWS,README.md,TODO} \
     -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # sminstbuilder is not compatible with python3:
+  # https://github.com/swesterfeld/spectmorph/issues/6
+  rm -v "${pkgdir}/usr/bin/sminstbuilder"
 }



More information about the arch-commits mailing list