summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2017-11-26 05:29:14 +0100
committerAlbert Graef2017-11-26 05:29:14 +0100
commit11ff621593ef9fe967056319fbf35e45935f7190 (patch)
tree06cac18d0c0eedf99853c77bbd19b78c8a167861
parent2cb4e14c6fe20c4bd2f4a705b20460369c931db8 (diff)
downloadaur-11ff621593ef9fe967056319fbf35e45935f7190.tar.gz
Switched over to old-master after recent repo reorganization.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ac2aef0c5d4..a481f0734633 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 24 08:51:52 UTC 2017
+# Sun Nov 26 04:27:25 UTC 2017
pkgbase = faust-git
pkgdesc = A functional programming language for realtime audio signal processing.
- pkgver = 4973.bb77cc5bb
+ pkgver = 5169.4d20e3acb
pkgrel = 1
url = http://faust.grame.fr/
arch = i686
@@ -19,7 +19,7 @@ pkgbase = faust-git
conflicts = faust
options = strip
options = staticlibs
- source = faust-git::git+https://github.com/grame-cncm/faust.git#branch=master-dev
+ source = faust-git::git+https://github.com/grame-cncm/faust.git#branch=old-master
source = git+https://github.com/rukano/emacs-faust-mode.git
source = python2-fix.patch
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5cf1209125b6..b12471f60f0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: bjoern lindig (bjoern _dot_ lindig _at_ google.com)
pkgname=faust-git
-pkgver=4973.bb77cc5bb
+pkgver=5169.4d20e3acb
pkgrel=1
pkgdesc="A functional programming language for realtime audio signal processing."
arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@ options=('strip' 'staticlibs')
# latest changes. End users might want to use the master branch instead, which
# is recommended, since it's supposedly more stable and tested, but
# nevertheless (mostly) up-to-date.
-source=("$pkgname::git+https://github.com/grame-cncm/faust.git#branch=master-dev"
+source=("$pkgname::git+https://github.com/grame-cncm/faust.git#branch=old-master"
"git+https://github.com/rukano/emacs-faust-mode.git"
"python2-fix.patch")
md5sums=('SKIP' 'SKIP'