David Runge pushed to branch main at Arch Linux / Packaging / Packages / stk


Commits:
4b13dd0d by David Runge at 2023-12-22T14:44:07+01:00
upgpkg: 5.0.1-3

Rebuild to add correct soprovides.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = stk
        pkgdesc = The Synthesis ToolKit in C++
        pkgver = 5.0.1
-       pkgrel = 2
+       pkgrel = 3
        url = https://ccrma.stanford.edu/software/stk/
        arch = x86_64
        license = MIT
@@ -23,7 +23,7 @@ pkgname = stk
        depends = libjack.so
        optdepends = stk-docs: for documentation
        optdepends = tk: for demos and samples
-       provides = libstk-5.0.1.so
+       provides = libstk-5.0.0.so
 
 pkgname = stk-docs
        pkgdesc = The Synthesis ToolKit in C++ - documentation


=====================================
PKGBUILD
=====================================
@@ -8,7 +8,8 @@
 pkgbase=stk
 pkgname=(stk stk-docs)
 pkgver=5.0.1
-pkgrel=2
+_libver=5.0.0
+pkgrel=3
 pkgdesc='The Synthesis ToolKit in C++'
 arch=(x86_64)
 url="https://ccrma.stanford.edu/software/stk/";
@@ -51,7 +52,7 @@ package_stk() {
     'stk-docs: for documentation'
     'tk: for demos and samples'
   )
-  provides=("libstk-$pkgver.so")
+  provides=("libstk-$_libver.so")
 
   cd $pkgbase-$pkgver
   make DESTDIR="$pkgdir" install



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/stk/-/commit/4b13dd0dd363e5a73e422fdc25d14946e583a775

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/stk/-/commit/4b13dd0dd363e5a73e422fdc25d14946e583a775
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to