git » suil.git » commit a8599a4

Adding libsuil-0.so to provides.

author David Runge
2019-11-11 20:23:34 UTC
committer David Runge
2019-11-11 20:23:34 UTC
parent b5a257a544cd06506fa9cf5365384943caaf9d50

Adding libsuil-0.so to provides.

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 1097a29..9d69b69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=suil
 pkgver=0.10.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
 arch=('x86_64')
 url="https://drobilla.net/software/suil/"
@@ -24,6 +24,7 @@ optdepends=('atk: support for wrapping X11 and Qt5 in GTK2/3 and GTK2 in Qt5'
             'qt5-base: support for wrapping X11 in Qt5, Qt5 in GTK2/3 and GTK2 in Qt5'
             'pango: support for wrapping X11 in GTK2/3, Qt5 in GTK2/3 and GTK2 in Qt5'
             'zlib: support for wrapping X11 in GTK3 and Qt5 in GTK3')
+provides=('libsuil-0.so')
 source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
 sha512sums=('b23ffe0c0ae25467b2cd60117a2efa8c13132c8e5612619e4c9ad2cc228b835f1c7fd384db62b74d4a327e3708f189b6a91f972756fcafe501308adb732c3b36'
             'SKIP')