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

David Runge dvzrv at archlinux.org
Wed Nov 13 22:01:44 UTC 2019


    Date: Wednesday, November 13, 2019 @ 22:01:43
  Author: dvzrv
Revision: 527195

upgpkg: stk 4.6.1-2

Updating maintainer info. Adding all direct library dependencies. Adding libstk.so provides.

Modified:
  stk/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-13 21:59:00 UTC (rev 527194)
+++ PKGBUILD	2019-11-13 22:01:43 UTC (rev 527195)
@@ -1,20 +1,21 @@
 # Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: David Runge <dave at sleepmap.de>
+# Contributor: David Runge <dvzrv at archlinux.org>
 # Contributor: Ray Rashif <schiv at archlinux.org>
 # Contributor: Mateusz Herych <heniekk at gmail.com>
 
 pkgname=stk
-# CAUTION: introduces soname change on *every* release:
-# https://github.com/thestk/stk/issues/89
 pkgver=4.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='The Synthesis ToolKit in C++'
 arch=('x86_64')
 url='https://ccrma.stanford.edu/software/stk/'
 license=('MIT')
-depends=('jack')
+depends=('alsa-lib' 'gcc-libs' 'glibc' 'libjack.so')
 makedepends=('doxygen')
 optdepends=('tk: run provided demos/samples')
+# CAUTION: introduces soname change on *every* release:
+# https://github.com/thestk/stk/issues/89
+provides=('libstk.so')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thestk/${pkgname}/archive/${pkgver}.tar.gz")
 sha512sums=('61d4db7b4a45446e231dedc13e139cb488e2ce805278f0b20aa95e69ddb1fa9be549ab5f1fe24c69aa865ebc2940d5fba6e3819a1a7fb1d68e236131fcfb4cac')
 



More information about the arch-commits mailing list