David Runge pushed to branch main at Arch Linux / Packaging / Packages /
fluidsynth
Commits:
69f0e6fa by David Runge at 2024-10-21T21:25:39+02:00
upgpkg: 2.3.7-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.3.6
+ pkgver = 2.3.7
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.3.6.tar.gz::https://github.com/fluidsynth/fluidsynth/archive/v2.3.6.tar.gz
- sha512sums =
521e103e49c281ab7a44a2a275f614894062c1be6eb4df776b11e3756803c6b4b73d1e9596d364959c81b37dff4798d56798f9262c486e098f072ae1e7bef1c1
- b2sums =
74bb97e8f2026816762aeffb90c35049ae210c6827fa4a3f6a56f13c885f57b34a6b48790c86a6694100ab6d292f70b54a4516bc20317ead3d306511a33cb73c
+ source =
fluidsynth-2.3.7.tar.gz::https://github.com/fluidsynth/fluidsynth/archive/v2.3.7.tar.gz
+ sha512sums =
f5fd5ddbc4d30ded258ae3d04ba5981ce8da1132c5d93faf1e8745a9d9f89c9fb3365f0447b94e0fe0e9b032c789fcbd6e647a65a50d1f76179b53a76683d004
+ b2sums =
b6a4fcf430f5e89a66d80faf61af3e005057f6254912a0a8af4eabd92d8b46ff9bc5a072e09eac3782f99ea26900150f5eda5eefe514a2c95f9229558ce560bb
pkgname = fluidsynth
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: damir <[email protected]>
pkgname=fluidsynth
-pkgver=2.3.6
+pkgver=2.3.7
pkgrel=1
pkgdesc="A real-time software synthesizer based on the SoundFont 2
specifications"
arch=(x86_64)
@@ -37,8 +37,8 @@ provides=(
)
backup=(etc/conf.d/$pkgname)
source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
-sha512sums=('521e103e49c281ab7a44a2a275f614894062c1be6eb4df776b11e3756803c6b4b73d1e9596d364959c81b37dff4798d56798f9262c486e098f072ae1e7bef1c1')
-b2sums=('74bb97e8f2026816762aeffb90c35049ae210c6827fa4a3f6a56f13c885f57b34a6b48790c86a6694100ab6d292f70b54a4516bc20317ead3d306511a33cb73c')
+sha512sums=('f5fd5ddbc4d30ded258ae3d04ba5981ce8da1132c5d93faf1e8745a9d9f89c9fb3365f0447b94e0fe0e9b032c789fcbd6e647a65a50d1f76179b53a76683d004')
+b2sums=('b6a4fcf430f5e89a66d80faf61af3e005057f6254912a0a8af4eabd92d8b46ff9bc5a072e09eac3782f99ea26900150f5eda5eefe514a2c95f9229558ce560bb')
build() {
local cmake_options=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fluidsynth/-/commit/69f0e6fa570ec33e2a54fd6f7888a305bfda4df3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fluidsynth/-/commit/69f0e6fa570ec33e2a54fd6f7888a305bfda4df3
You're receiving this email because of your account on gitlab.archlinux.org.