author | Christian Heusel
<gromit@archlinux.org> 2024-03-05 14:36:21 UTC |
committer | Christian Heusel
<gromit@archlinux.org> 2024-03-05 14:36:21 UTC |
parent | ea90a9546fde952b529084fc3b43eb8f3b8561cd |
.SRCINFO | +16 | -0 |
PKGBUILD | +3 | -3 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..15d2e07 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = libsbsms + pkgdesc = A library for high quality time and pitch scale modification + pkgver = 2.3.0 + pkgrel = 4 + url = https://github.com/claytonotey/libsbsms + arch = x86_64 + license = GPL-2.0-or-later + makedepends = cmake + depends = gcc-libs + depends = glibc + provides = libsbsms.so + source = libsbsms-2.3.0.tar.gz::https://github.com/claytonotey/libsbsms/archive/refs/tags/2.3.0.tar.gz + sha512sums = e5b544c2bdbaa2169236987c7a043838c8d1761b25280c476d7a32656d482c6485cb33f579ea9d1ce586ec7b2913ed8fdcf1abe5c7cc8b9e4eef9ce87de54627 + b2sums = 3707b573ffef414e5373526704d4e54bf0f53b6bc5d9ce6e69bf22e11e5380eccb65a6c26e3598ee4bf43f341a7dcc6e1a7d7f5113bb649ef9e94b01ba36cc0f + +pkgname = libsbsms diff --git a/PKGBUILD b/PKGBUILD index 11f8084..7d498b7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,12 +2,12 @@ pkgname=libsbsms pkgver=2.3.0 -pkgrel=3 +pkgrel=4 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) +license=("GPL-2.0-or-later") +depends=(gcc-libs glibc) makedepends=(cmake) provides=(libsbsms.so) source=($pkgname-$pkgver.tar.gz::https://github.com/claytonotey/libsbsms/archive/refs/tags/$pkgver.tar.gz)