David Runge pushed to branch main at Arch Linux / Packaging / Packages / liblscp
Commits: 237b6e1d by David Runge at 2023-09-10T14:58:48+02:00 upgpkg: 0.9.11-1 Set license identifier according to upstream information - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -4,18 +4,18 @@ # Contributor: Shinlun Hsieh <[email protected]> pkgname=liblscp -pkgver=0.9.10 +pkgver=0.9.11 pkgrel=1 pkgdesc="LinuxSampler Control Protocol C++ library" arch=(x86_64) url="https://github.com/rncbc/liblscp" -license=(LGPL2.1) +license=(LGPL-2.1-or-later) depends=(glibc) makedepends=(cmake) provides=(liblscp.so) -source=(https://github.com/rncbc/liblscp/archive/${pkgname}_${pkgver//./_}/$pkgname-${pkgname}_${pkgver//./_}.tar.gz) -sha512sums=('2a6768872cc86818a313a970a6443c4e39314e931028a168d0a4bb164b8aa256d0f33826af2cea0c2ff90e02d05342dbb55df45da5ea4bf5e09304d3c35acffb') -b2sums=('20cb83a261474ea56888b849462dd414520abd8e152b406ffa7f91c79744be64dd359c99e74270c30dac1c1a5d4209e4657882d712d58a68e82807cd9af275ff') +source=($url/archive/${pkgname}_${pkgver//./_}/$pkgname-${pkgname}_${pkgver//./_}.tar.gz) +sha512sums=('cbeb9e579f7de3232c6069586509c73b647e8b8a8ab73ed6cadc454ddc10616c289709e4da1dc04e485f9836ba6b095875ab2c1ef47f02890a358b76f39cfd8b') +b2sums=('d2fb85e10d2358f94f24231af3c09f11b5ebb0af68b79fb57656b83fd9110853d9a7f453555a4cc6d1cac1ef5a3e1527bf3dac7dbaacc86221edcdce8f3ae682') build() { local cmake_options=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/liblscp/-/commit/237b6e1d6f30a759254f0229548058197eede623 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/liblscp/-/commit/237b6e1d6f30a759254f0229548058197eede623 You're receiving this email because of your account on gitlab.archlinux.org.
