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

Lukas Fleischer lfleischer at archlinux.org
Fri Apr 6 15:11:59 UTC 2018


    Date: Friday, April 6, 2018 @ 15:11:59
  Author: lfleischer
Revision: 314586

upgpkg: stk 4.6.0-1

Upstream update.

Modified:
  stk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-06 14:32:09 UTC (rev 314585)
+++ PKGBUILD	2018-04-06 15:11:59 UTC (rev 314586)
@@ -3,7 +3,7 @@
 # Contributor: Mateusz Herych <heniekk at gmail.com>
 
 pkgname=stk
-pkgver=4.5.1
+pkgver=4.6.0
 pkgrel=1
 pkgdesc='The Synthesis ToolKit in C++'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 source=("https://ccrma.stanford.edu/software/stk/release/$pkgname-$pkgver.tar.gz"
         "$pkgname.license"
         runtime.patch)
-md5sums=('87e1b1a24ec09f81321c01f2cdea513d'
+md5sums=('4008470eaa5f0befd81bb09066507f64'
          'a0163d75a5f516b6c93f4fc948acff73'
          '36551c348340307c765fde85d4336e73')
 
@@ -32,6 +32,7 @@
   sed -i 's:\.\./\.\.:/usr/lib/stk:' projects/demo/demo.cpp
 
   # run actual build
+  autoreconf
   ./configure RAWWAVE_PATH=/usr/lib/stk/rawwaves/ --prefix=/usr --with-alsa --with-jack
   make
 



More information about the arch-commits mailing list