summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge2018-10-01 09:17:31 +0200
committerDavid Runge2018-10-01 09:17:31 +0200
commitbead5e404f5ff598ba8befe056e251a9972e278d (patch)
tree2aaaf2486d233ea371fcd09823f390c5e37a2d36
parentd85738ebbea8e6e1577aba19a3ace70842b3f61e (diff)
downloadaur-bead5e404f5ff598ba8befe056e251a9972e278d.tar.gz
PKGBUILD: Removing boost 1.67 patch (now merged upstream).
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 4 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75b4e06bfd34..bf5c3a03eeb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = supercollider-git
pkgdesc = Environment and programming language for real time audio synthesis and algorithmic composition
- pkgver = 3.10.0.beta2.r175.gf5efaffea1
+ pkgver = 3.10.0.beta2.r179.g937a2615bf
pkgrel = 1
url = https://supercollider.github.io/
arch = i686
@@ -32,14 +32,12 @@ pkgbase = supercollider-git
source = git+https://github.com/supercollider/hidapi.git
source = git+https://github.com/supercollider/portaudio.git
source = git+https://github.com/supercollider/yaml-cpp.git
- source = boost-1.67.patch::https://github.com/dvzrv/supercollider/commit/bbcd068659ced596402dedc78f49fabfab6470bd.patch
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
- sha512sums = 1bb70a544425d9c3a4e650315fea4a0a388214f1e5b1f300c1bd6706d2fab9e4fe103020c279b8b954386d45fcb5bfd64e730dbf158d4e317517fce3bb393a7c
pkgname = supercollider-git
diff --git a/PKGBUILD b/PKGBUILD
index fcd669378f15..561d9e930165 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=supercollider-git
_name="supercollider"
-pkgver=3.10.0.beta2.r175.gf5efaffea1
+pkgver=3.10.0.beta2.r179.g937a2615bf
pkgrel=1
pkgdesc="Environment and programming language for real time audio synthesis and algorithmic composition"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -20,15 +20,13 @@ source=("git+https://github.com/${_name}/${_name}.git#branch=develop"
"git+https://github.com/timblechmann/nova-tt.git"
"git+https://github.com/${_name}/hidapi.git"
"git+https://github.com/${_name}/portaudio.git"
- "git+https://github.com/${_name}/yaml-cpp.git"
- 'boost-1.67.patch::https://github.com/dvzrv/supercollider/commit/bbcd068659ced596402dedc78f49fabfab6470bd.patch')
+ "git+https://github.com/${_name}/yaml-cpp.git")
sha512sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
- '1bb70a544425d9c3a4e650315fea4a0a388214f1e5b1f300c1bd6706d2fab9e4fe103020c279b8b954386d45fcb5bfd64e730dbf158d4e317517fce3bb393a7c')
+ 'SKIP')
pkgver() {
cd "${_name}"
@@ -45,9 +43,6 @@ prepare() {
git config submodule.external_libraries/portaudio_sc_org.branch "${_name}"
git config submodule.external_libraries/yaml-cpp.url "${srcdir}/yaml-cpp"
git submodule update
- # fix supernova linking with boost >= 1.67.0
- # https://github.com/supercollider/supercollider/issues/3981
- patch -Np1 -i ../boost-1.67.patch
# make sure system boost is used:
# https://github.com/supercollider/supercollider/issues/4096
rm -r external_libraries/boost