summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlbert Graef2018-03-26 19:54:24 +0200
committerAlbert Graef2018-03-26 19:54:24 +0200
commitc552cba9205f6d8b1cd2ea1a5dfad9b10083cb37 (patch)
treec71fac5baa818f387a894c65864f5f72b3b40109 /PKGBUILD
parent095a304be8fab86c7ed06cac7fc9a1af1b27da36 (diff)
downloadaur-c552cba9205f6d8b1cd2ea1a5dfad9b10083cb37.tar.gz
faust: Latest upstream (cmake build).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db429ea58f3a..8b9b21662277 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: bjoern lindig (bjoern _dot_ lindig _at_ google.com)
pkgname=faust-git
-pkgver=2.5.17.r9482.79fed093a
+pkgver=2.5.26.r9632.9fc877531
pkgrel=1
epoch=2
pkgdesc="A functional programming language for realtime audio signal processing."
@@ -32,10 +32,8 @@ options=('staticlibs')
# We're using the (default) master-dev branch of Faust here, which has all the
# latest changes. End users might want to use the master branch instead, which
# is supposedly more stable and tested, but nevertheless (mostly) up-to-date.
-source=("$pkgname::git+https://github.com/grame-cncm/faust.git#branch=master-dev"
- "python2-fix.patch")
-md5sums=('SKIP'
- '5bd95373f2d6f4e86a2befab669339f8')
+source=("$pkgname::git+https://github.com/grame-cncm/faust.git#branch=master-dev")
+md5sums=('SKIP')
pkgver() {
cd $srcdir/$pkgname
@@ -53,8 +51,6 @@ pkgver() {
prepare() {
cd $srcdir/$pkgname
git submodule update --init
- # fix up scripts like faust2md which need python2 to run
- patch -Np1 < $srcdir/python2-fix.patch
}
# NOTE: libHTTPDFaust requires 'libmicrohttpd' and 'openssl'.