summarylogtreecommitdiffstats
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
parent291e1260204b115ab49fcc82b2a2678692947143 (diff)
downloadaur-8a3086ed700f03d0d462a834b42377cf71881282.tar.gz
try to fix it
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD16
2 files changed, 4 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b22b3f1f7fb1..bfe1b76b196c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ossia-score-git
pkgdesc = ossia score, an interactive sequencer for the intermedia arts (git master)
- pkgver = r9202.f90a636c8
+ pkgver = r10561.f50f60fc9
pkgrel = 1
url = https://ossia.io
arch = x86_64
@@ -65,7 +65,6 @@ pkgbase = ossia-score-git
source = git+https://github.com/jcelerier/libartnet
source = git+https://github.com/jcelerier/libremidi
source = git+https://github.com/jcelerier/libsamplerate
- source = git+https://github.com/ossia/max-sdk.git
source = git+https://github.com/kokkos/mdspan
source = git+https://github.com/jcelerier/nano-signal-slot
source = git+https://github.com/jcelerier/oscpack
@@ -92,19 +91,15 @@ pkgbase = ossia-score-git
source = git+https://github.com/nettoyeurny/opensl_stream.git
source = git+https://github.com/jcelerier/pure-data.git
source = git+https://github.com/jcelerier/libsndfile
- source = git+https://github.com/ned14/llfio
source = git+https://github.com/ned14/llfio.git
source = git+https://github.com/ned14/ntkernel-error-category.git
source = git+https://github.com/jcelerier/magicitems
source = git+https://github.com/microsoft/mimalloc
- source = git+https://github.com/ned14/outcome
source = git+https://github.com/ned14/outcome.git
source = git+https://github.com/ned14/boostdoc.git
source = git+https://github.com/ned14/hugo-theme-docdock.git
source = git+https://github.com/ned14/status-code.git
- source = git+https://github.com/ned14/status-code.git
source = git+https://github.com/jcelerier/phantomstyle
- source = git+https://github.com/ned14/quickcpplib
source = git+https://github.com/ned14/quickcpplib.git
source = git+https://github.com/martinmoene/byte-lite.git
source = git+https://github.com/martinmoene/gsl-lite.git
@@ -202,9 +197,5 @@ pkgbase = ossia-score-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
pkgname = ossia-score-git
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"