author | David Runge
<dvzrv@archlinux.org> 2022-07-23 23:34:36 UTC |
committer | David Runge
<dvzrv@archlinux.org> 2022-07-23 23:34:36 UTC |
parent | 89b221306d256dd4d1d98f733494e188c77faf01 |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 25afd6b..4d6e748 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,14 @@ pkgname=libsbsms pkgver=2.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="A library for high quality time and pitch scale modification" arch=(x86_64) url="https://github.com/claytonotey/libsbsms" license=(GPL2) depends=(gcc-libs) makedepends=(cmake) +provides=(libsbsms.so) options=(debug) source=($pkgname-$pkgver.tar.gz::https://github.com/claytonotey/libsbsms/archive/refs/tags/$pkgver.tar.gz) sha512sums=('e5b544c2bdbaa2169236987c7a043838c8d1761b25280c476d7a32656d482c6485cb33f579ea9d1ce586ec7b2913ed8fdcf1abe5c7cc8b9e4eef9ce87de54627')