summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean Pierre Cimalando2022-01-06 02:22:20 +0100
committerJean Pierre Cimalando2022-01-06 02:22:20 +0100
commit079a0be24c62cd89634d6ecb3b713ffd947eb916 (patch)
treedb8eddadc5a29499a6ecaf78e00d369951181c72 /PKGBUILD
parent1a580abb35c547bcfe3655d4ce88aab7468f1e23 (diff)
downloadaur-smf-dsp-git.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 14 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58b9d8e54e80..ce33e51b74a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jean Pierre Cimalando <jp-dev@inbox.ru>
pkgname=smf-dsp-git
_pkgname=smf-dsp
-pkgver=0.0.0.r283.gf080e27
+pkgver=0.10.0.r21.ga0c9a5a
pkgrel=1
epoch=
pkgdesc="Advanced MIDI file player, including various chip music synths"
@@ -25,13 +25,21 @@ source=("git+https://github.com/jpcima/smf-dsp.git"
"git+https://github.com/Wohlstand/libOPNMIDI.git"
"git+https://github.com/jpcima/scc.git"
"git+https://github.com/munt/munt.git"
- "git+https://github.com/divideconcept/FluidLite.git")
+ "git+https://github.com/divideconcept/FluidLite.git"
+ "git+https://github.com/jpcima/timidityplus.git"
+ "git+https://github.com/martinmoene/span-lite.git"
+ "git+https://github.com/martinmoene/scope-lite.git"
+ "git+https://github.com/martinmoene/string-view-lite.git")
noextract=()
md5sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
'SKIP')
validpgpkeys=()
@@ -48,6 +56,10 @@ prepare() {
git config submodule.thirdparty/scc.url "$srcdir"/scc
git config submodule.thirdparty/munt.url "$srcdir"/munt
git config submodule.thirdparty/FluidLite.url "$srcdir"/FluidLite
+ git config submodule.thirdparty/timidityplus.url "$srcdir"/timidityplus
+ git config submodule.thirdparty/span-lite.url "$srcdir"/span-lite
+ git config submodule.thirdparty/scope-lite.url "$srcdir"/scope-lite
+ git config submodule.thirdparty/string-view-lite.url "$srcdir"/string-view-lite
git submodule update
}