summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2018-01-19 02:36:10 +0100
committerAlbert Graef2018-01-19 02:36:10 +0100
commite2a720526887bc0cdc4540bcdc6b07db44ca532e (patch)
tree5e445c9b4671b1b3a52a6d26eaee0618625844b6
parent8c1364f21caf8c8477195a59650b651724f6a4f4 (diff)
downloadaur-e2a720526887bc0cdc4540bcdc6b07db44ca532e.tar.gz
Upstream faust-mode is broken, provide a fixed version instead.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0754784b1adf..011c7172c0c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 18 00:08:18 UTC 2018
+# Fri Jan 19 01:35:50 UTC 2018
pkgbase = faust-git
pkgdesc = A functional programming language for realtime audio signal processing.
- pkgver = 2.5.10.r130.g2f6e1c1d2
+ pkgver = 2.5.10.r131.gb4ee8d605
pkgrel = 1
epoch = 2
url = http://faust.grame.fr/
@@ -25,7 +25,7 @@ pkgbase = faust-git
options = strip
options = staticlibs
source = faust-git::git+https://github.com/grame-cncm/faust.git#branch=master-dev
- source = git+https://github.com/rukano/emacs-faust-mode.git
+ source = git+https://github.com/agraef/emacs-faust-mode.git
source = python2-fix.patch
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2d6d20e1a0e4..3893c0196f64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: bjoern lindig (bjoern _dot_ lindig _at_ google.com)
pkgname=faust-git
-pkgver=2.5.10.r130.g2f6e1c1d2
+pkgver=2.5.10.r131.gb4ee8d605
pkgrel=1
epoch=2
pkgdesc="A functional programming language for realtime audio signal processing."
@@ -32,7 +32,7 @@ options=('strip' 'staticlibs')
# 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"
- "git+https://github.com/rukano/emacs-faust-mode.git"
+ "git+https://github.com/agraef/emacs-faust-mode.git"
"python2-fix.patch")
md5sums=('SKIP' 'SKIP'
'8680b87fc4e34445e02f34781ee45f19')