Date: Thursday, April 18, 2019 @ 19:56:03 Author: dvzrv Revision: 451994
upgpkg: stk 4.6.1-1 Upgrading to 4.6.1. Switching to github for sources, compiling documentation with doxygen. Informing upstream about their horrible soname versioning. Modified: stk/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-18 16:53:42 UTC (rev 451993) +++ PKGBUILD 2019-04-18 19:56:03 UTC (rev 451994) @@ -4,16 +4,19 @@ # Contributor: Mateusz Herych <[email protected]> pkgname=stk -pkgver=4.6.0 -pkgrel=2 +# CAUTION: introduces soname change on *every* release: +# https://github.com/thestk/stk/issues/89 +pkgver=4.6.1 +pkgrel=1 pkgdesc='The Synthesis ToolKit in C++' arch=('x86_64') url='https://ccrma.stanford.edu/software/stk/' license=('MIT') depends=('jack') +makedepends=('doxygen') optdepends=('tk: run provided demos/samples') -source=("https://ccrma.stanford.edu/software/stk/release/$pkgname-$pkgver.tar.gz") -md5sums=('7c0880985023d629036d221f464a070e') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thestk/${pkgname}/archive/${pkgver}.tar.gz") +sha512sums=('61d4db7b4a45446e231dedc13e139cb488e2ce805278f0b20aa95e69ddb1fa9be549ab5f1fe24c69aa865ebc2940d5fba6e3819a1a7fb1d68e236131fcfb4cac') prepare() { cd "$pkgname-$pkgver" @@ -29,6 +32,8 @@ --with-jack make make -C projects/demo + cd doc/doxygen + doxygen } package() {
