summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredtide2021-04-15 16:42:15 +0200
committerredtide2021-04-15 16:42:15 +0200
commit614e6790b2718560eafba919550500da3ef9dfcf (patch)
treeae28c7f7a394ee9440f43757db5fad46a7e3b89f
parent8fb2f1d7a551c579e4ffaf5adbd2cb011f1001bc (diff)
downloadaur-614e6790b2718560eafba919550500da3ef9dfcf.tar.gz
Provides libsfizz.so
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5d58f8f6f51..c5a79d22b80b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sfizz-git
pkgdesc = SFZ library and LV2 plugin
- pkgver = r3128.e830ca13
+ pkgver = r3555.343350ad
pkgrel = 1
url = https://sfz.tools/sfizz
arch = x86_64
@@ -23,6 +23,7 @@ pkgbase = sfizz-git
depends = pango
depends = zenity
provides = sfizz
+ provides = libsfizz.so
conflicts = sfizz
source = sfizz-git::git+https://github.com/sfztools/sfizz#branch=develop
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 288e3deb416c..18ffb559f0f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="sfizz"
pkgname="${_pkgname}-git"
-pkgver=r3128.e830ca13
+pkgver=r3555.343350ad
pkgrel=1
pkgdesc="SFZ library and LV2 plugin"
url="https://sfz.tools/sfizz"
@@ -13,7 +13,7 @@ makedepends=('git' 'cmake')
depends=('libsndfile' 'jack' 'libx11' 'libxcb' 'xcb-util' 'xcb-util-cursor'
'xcb-util-keysyms' 'libxkbcommon' 'libxkbcommon-x11' 'fontconfig' 'cairo'
'freetype2' 'pango' 'zenity')
-provides=("${_pkgname}")
+provides=("${_pkgname}" "lib${_pkgname}.so")
conflicts=("${_pkgname}")
source=("$pkgname"::"git+https://github.com/sfztools/sfizz#branch=develop")
sha512sums=('SKIP')