* update fluidsynth to 2.4.2-1
This commit is contained in:
parent
b0adf677f0
commit
56fd7b9609
@ -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.2
|
||||
pkgrel = 1
|
||||
url = https://www.fluidsynth.org/
|
||||
arch = x86_64
|
||||
@ -30,9 +30,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.2.tar.gz::https://github.com/fluidsynth/fluidsynth/archive/v2.4.2.tar.gz
|
||||
sha512sums = 8c43e4e86f364f42115a51311231d9926325d7e519c2ddd087a9ed421c9a94cc0dfc5cfbfdfffe9401c634cce14c6e442523550114ac887096dde22ab0c63d98
|
||||
b2sums = d514e595b6e902dc54ef94575701c8aa0b6b1d84d92f57874b163319076cb85c38b7c97bce70f66f55f3ef8e791608e7e29add6cb92c768e4f6ba2a4a89a1481
|
||||
|
||||
pkgname = fluidsynth
|
||||
depends = gcc-libs
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Contributor: damir <damir@archlinux.org>
|
||||
|
||||
pkgname=fluidsynth
|
||||
pkgver=2.4.0
|
||||
pkgver=2.4.2
|
||||
pkgrel=1
|
||||
pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -39,8 +39,8 @@ provides=(
|
||||
)
|
||||
backup=(etc/conf.d/$pkgname)
|
||||
source=($pkgname-$pkgver.tar.gz::$_url/archive/v$pkgver.tar.gz)
|
||||
sha512sums=('57770597e26140011324cac14dd81aa1f5fc52ec0c256a4e16f629b81b8d477279ad714cc9d1e375d74aabb348e1436eafd06746cdf10fa29196468645bf7600')
|
||||
b2sums=('9814d8ac133ab18650b7f3b6ef0cdec6da76a59ef2dd2af9471311e7e7850604376d3d135e13c5b6e01a93d70bd5f266ad9df2a270cd9f3482738bb3d8f81747')
|
||||
sha512sums=('8c43e4e86f364f42115a51311231d9926325d7e519c2ddd087a9ed421c9a94cc0dfc5cfbfdfffe9401c634cce14c6e442523550114ac887096dde22ab0c63d98')
|
||||
b2sums=('d514e595b6e902dc54ef94575701c8aa0b6b1d84d92f57874b163319076cb85c38b7c97bce70f66f55f3ef8e791608e7e29add6cb92c768e4f6ba2a4a89a1481')
|
||||
|
||||
build() {
|
||||
local cmake_options=(
|
||||
|
Loading…
x
Reference in New Issue
Block a user