fluidsynth: update to 2.1.6 enable checks
Closes: #27758 [via git-merge-pr]
This commit is contained in:
parent
2e09ad0151
commit
942f273b03
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'fluidsynth'
|
||||
pkgname=fluidsynth
|
||||
version=2.1.5
|
||||
version=2.1.6
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DLIB_SUFFIX=
|
||||
|
@ -12,7 +12,12 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="http://www.fluidsynth.org/"
|
||||
distfiles="https://github.com/FluidSynth/fluidsynth/archive/v${version}.tar.gz"
|
||||
checksum=b539b7c65a650b56f01cd60a4e83c6125c217c5a63c0c214ef6274894a677d00
|
||||
checksum=328fc290b5358544d8dea573f81cb1e97806bdf49e8507db067621242f3f0b8a
|
||||
|
||||
do_check() {
|
||||
cd build
|
||||
make check
|
||||
}
|
||||
|
||||
libfluidsynth_package() {
|
||||
short_desc+=" - runtime library"
|
||||
|
|
Loading…
Reference in a new issue