David Runge pushed to branch main at Arch Linux / Packaging / Packages / libopenmpt
Commits: fa723544 by David Runge at 2023-09-10T14:47:08+02:00 upgpkg: 0.7.3-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,12 +1,12 @@ # Maintainer: David Runge <[email protected]> pkgname=libopenmpt -pkgver=0.7.2 +pkgver=0.7.3 pkgrel=1 pkgdesc="A library to render tracker music to a PCM audio stream" arch=(x86_64) url="https://lib.openmpt.org/libopenmpt/" -license=(BSD) +license=(BSD-3-Clause) depends=( flac gcc-libs @@ -26,8 +26,8 @@ makedepends=( ) provides=(libopenmpt.so) source=($pkgname-$pkgver.tar.gz::https://lib.openmpt.org/files/libopenmpt/src/$pkgname-$pkgver+release.autotools.tar.gz) -sha512sums=('5a92641679c72694d29b2bfe46f50ad31c964426f43213b67561f67a21c5683a13a61b0810fced3c46c071f40857a2c564a68947334792e94830cbe66dc5716d') -b2sums=('170066149d443f465caa74cc308e00394dea8925753466be72a57a2e3625befaf18e3c6e9acb17f2a98068c53487093726a5a7e2a49b4efc093dd85a9073e197') +sha512sums=('c88b92409114435d1596d617c04eb2436afe93de611898708587e018c8b8eb6fe45865d2e9144b3647501faa39ba633616204a5f752cbbc88f84eda20444db35') +b2sums=('aec630daa7a40d1e0da36593c4bc8c8065f6d54a58bb5707ee3f5d00009368e0421b6ac892b9e4c1b9f952a8e5d59168078b548d27738fbdd27673486b2c1b08') prepare() { cd $pkgname-$pkgver+release.autotools View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libopenmpt/-/commit/fa7235441c13f9c1ba6fa04c11de3ce307e3575c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libopenmpt/-/commit/fa7235441c13f9c1ba6fa04c11de3ce307e3575c You're receiving this email because of your account on gitlab.archlinux.org.
