Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages /
fluidsynth
Commits:
016cc0eb by Brett Cornwall at 2024-12-01T10:29:22-08:00
upgpkg: 2.4.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = fluidsynth
pkgdesc = A real-time software synthesizer based on the SoundFont 2
specifications
- pkgver = 2.4.0
+ pkgver = 2.4.1
pkgrel = 1
url = https://www.fluidsynth.org/
arch = x86_64
@@ -26,9 +26,9 @@ pkgbase = fluidsynth
provides = libfluidsynth.so
provides = soundfont-synthesizer
backup = etc/conf.d/fluidsynth
- source =
fluidsynth-2.4.0.tar.gz::https://github.com/fluidsynth/fluidsynth/archive/v2.4.0.tar.gz
- sha512sums =
57770597e26140011324cac14dd81aa1f5fc52ec0c256a4e16f629b81b8d477279ad714cc9d1e375d74aabb348e1436eafd06746cdf10fa29196468645bf7600
- b2sums =
9814d8ac133ab18650b7f3b6ef0cdec6da76a59ef2dd2af9471311e7e7850604376d3d135e13c5b6e01a93d70bd5f266ad9df2a270cd9f3482738bb3d8f81747
+ source =
fluidsynth-2.4.1.tar.gz::https://github.com/fluidsynth/fluidsynth/archive/v2.4.1.tar.gz
+ sha512sums =
d01d18c42ce98d0daa4e137118fc41f0a59047013870c09bacd9014baadf747e8e73571046781e34bc03eef454f2ef12ee59cf9b2c7f9517c586c08041ebe081
+ b2sums =
15ed3a808d0c0123226a087520564c2833d43c20fd8b6aa273a7467a74d92b8a67159fc960ad2f3a5d764b8e95ec25c1ec045c203058ceb83bfc276408d96b58
pkgname = fluidsynth
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: damir <[email protected]>
pkgname=fluidsynth
-pkgver=2.4.0
+pkgver=2.4.1
pkgrel=1
pkgdesc="A real-time software synthesizer based on the SoundFont 2
specifications"
arch=(x86_64)
@@ -38,8 +38,8 @@ provides=(
)
backup=(etc/conf.d/$pkgname)
source=($pkgname-$pkgver.tar.gz::$_url/archive/v$pkgver.tar.gz)
-sha512sums=('57770597e26140011324cac14dd81aa1f5fc52ec0c256a4e16f629b81b8d477279ad714cc9d1e375d74aabb348e1436eafd06746cdf10fa29196468645bf7600')
-b2sums=('9814d8ac133ab18650b7f3b6ef0cdec6da76a59ef2dd2af9471311e7e7850604376d3d135e13c5b6e01a93d70bd5f266ad9df2a270cd9f3482738bb3d8f81747')
+sha512sums=('d01d18c42ce98d0daa4e137118fc41f0a59047013870c09bacd9014baadf747e8e73571046781e34bc03eef454f2ef12ee59cf9b2c7f9517c586c08041ebe081')
+b2sums=('15ed3a808d0c0123226a087520564c2833d43c20fd8b6aa273a7467a74d92b8a67159fc960ad2f3a5d764b8e95ec25c1ec045c203058ceb83bfc276408d96b58')
build() {
local cmake_options=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fluidsynth/-/commit/016cc0eb79a770ee3252aafe468f3f7193a7410f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fluidsynth/-/commit/016cc0eb79a770ee3252aafe468f3f7193a7410f
You're receiving this email because of your account on gitlab.archlinux.org.