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

David Runge dvzrv at archlinux.org
Sun Apr 14 12:26:55 UTC 2019


    Date: Sunday, April 14, 2019 @ 12:26:54
  Author: dvzrv
Revision: 451573

upgpkg: amsynth 1.9.0-1

Upgrading to 1.9.0.

Modified:
  amsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-14 10:36:55 UTC (rev 451572)
+++ PKGBUILD	2019-04-14 12:26:54 UTC (rev 451573)
@@ -3,18 +3,23 @@
 # Contributor: Alessio Biancalana <dottorblaster at gmail.com>
 
 pkgname=amsynth
-pkgver=1.8.0
-pkgrel=4
+pkgver=1.9.0
+pkgrel=1
 pkgdesc="Analogue Modeling SYNTHesizer"
 arch=('x86_64')
 url="https://amsynth.github.io/"
 license=('GPL2')
-groups=('dssi-plugins' 'ladspa-plugins' 'pro-audio')
+groups=('dssi-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
 depends=('gtk2' 'jack' 'liblo')
-makedepends=('dssi' 'ladspa' 'intltool' 'pandoc')
+makedepends=('dssi' 'ladspa' 'lv2' 'intltool' 'pandoc')
 source=("https://github.com/amsynth/amsynth/releases/download/release-${pkgver}/amsynth-${pkgver}.tar.bz2")
-sha512sums=('a47489b103dbdd1cb2233d8629acfda2a1d26ac1f7ea5b8c4e7925676842cac21758ca94b50894e71426517bd826e9a9b6fd26800516054e24d62f7cbce4f0f9')
+sha512sums=('4600c0ca8ee2cfecdbaa272bf9a29a29386b04081fe2b75fa3d12c7d53c75a32803f30d1822c36db64009f8c38258f2e22c4e59210b882de0568d5241c623965')
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
   ./configure --prefix=/usr \



More information about the arch-commits mailing list