summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean-Michaël Celerier2023-06-26 20:33:30 -0400
committerJean-Michaël Celerier2023-06-26 20:33:30 -0400
commit8a3086ed700f03d0d462a834b42377cf71881282 (patch)
tree03ee89bffd541e11e667a1cbfcebedc2125ecc2a /PKGBUILD
parent291e1260204b115ab49fcc82b2a2678692947143 (diff)
downloadaur-8a3086ed700f03d0d462a834b42377cf71881282.tar.gz
try to fix it
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 3 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 847bf8f81eaf..9a915d9a46bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# printf "'SKIP'%.0s\n" {1..43}
pkgname=ossia-score-git
-pkgver=r9202.f90a636c8
+pkgver=r10561.f50f60fc9
pkgrel=1
pkgdesc="ossia score, an interactive sequencer for the intermedia arts (git master)"
arch=('x86_64')
@@ -50,7 +50,6 @@ source=(
"git+https://github.com/jcelerier/libartnet"
"git+https://github.com/jcelerier/libremidi"
"git+https://github.com/jcelerier/libsamplerate"
-"git+https://github.com/ossia/max-sdk.git"
"git+https://github.com/kokkos/mdspan"
"git+https://github.com/jcelerier/nano-signal-slot"
"git+https://github.com/jcelerier/oscpack"
@@ -77,19 +76,15 @@ source=(
"git+https://github.com/nettoyeurny/opensl_stream.git"
"git+https://github.com/jcelerier/pure-data.git"
"git+https://github.com/jcelerier/libsndfile"
-"git+https://github.com/ned14/llfio"
"git+https://github.com/ned14/llfio.git"
"git+https://github.com/ned14/ntkernel-error-category.git"
"git+https://github.com/jcelerier/magicitems"
"git+https://github.com/microsoft/mimalloc"
-"git+https://github.com/ned14/outcome"
"git+https://github.com/ned14/outcome.git"
"git+https://github.com/ned14/boostdoc.git"
"git+https://github.com/ned14/hugo-theme-docdock.git"
"git+https://github.com/ned14/status-code.git"
-"git+https://github.com/ned14/status-code.git"
"git+https://github.com/jcelerier/phantomstyle"
-"git+https://github.com/ned14/quickcpplib"
"git+https://github.com/ned14/quickcpplib.git"
"git+https://github.com/martinmoene/byte-lite.git"
"git+https://github.com/martinmoene/gsl-lite.git"
@@ -189,10 +184,6 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
)
_gitname=score
@@ -264,7 +255,6 @@ build() {
git config submodule.3rdparty/libartnet.url $srcdir/libartnet
git config submodule.3rdparty/libremidi.url $srcdir/libremidi
git config submodule.3rdparty/libsamplerate.url $srcdir/libsamplerate
- git config submodule.3rdparty/max-sdk.url $srcdir/max-sdk
git config submodule.3rdparty/mdspan.url $srcdir/mdspan
git config submodule.3rdparty/nano-signal-slot.url $srcdir/nano-signal-slot
git config submodule.3rdparty/oscpack.url $srcdir/oscpack
@@ -289,8 +279,8 @@ build() {
)
- git checkout master
- git submodule update --init --recursive
+ #git checkout master
+ #git submodule update --init --recursive
mkdir -p "$srcdir/build"
cd "$srcdir/build"