summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge2018-01-24 10:44:21 +0100
committerDavid Runge2018-01-24 10:44:21 +0100
commit7276dc570cf3ab95cc08b2e3f8d745bbd35ec764 (patch)
treef056c782d26d309fa5f116ec939f97b7cdf3ae93
parent97a0870966b083b4a02bd7c980f46fbbc8161c4c (diff)
downloadaur-7276dc570cf3ab95cc08b2e3f8d745bbd35ec764.tar.gz
PKGBUILD: Adding back staticlibs option.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13fa0a7b962e..6f2954a00269 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = faust
pkgdesc = A functional programming language for realtime audio signal processing.
pkgver = 2.5.10
- pkgrel = 3
+ pkgrel = 4
url = https://faust.grame.fr/
arch = x86_64
license = GPL2
@@ -17,6 +17,7 @@ pkgbase = faust
optdepends = java-runtime=8: needed for faust2android
provides = faust
conflicts = faust-git
+ options = staticlibs
source = https://github.com/grame-cncm/faust/releases/download/v2-5-10/faust-2.5.10.tar.gz
source = git+https://github.com/agraef/emacs-faust-mode.git
source = python2-fix.patch
diff --git a/PKGBUILD b/PKGBUILD
index e14205791e2b..3f7588f53c6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=faust
pkgver=2.5.10
-pkgrel=3
+pkgrel=4
pkgdesc="A functional programming language for realtime audio signal processing."
arch=('x86_64')
url="https://faust.grame.fr/"
@@ -18,6 +18,7 @@ optdepends=('clang: needed for sound2reader'
'java-runtime=8: needed for faust2android')
provides=('faust')
conflicts=('faust-git')
+options=('staticlibs')
source=("https://github.com/grame-cncm/${pkgname}/releases/download/v${pkgver//./-}/${pkgname}-${pkgver}.tar.gz"
"git+https://github.com/agraef/emacs-faust-mode.git"
'python2-fix.patch'