summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlbert Graef2022-03-25 11:51:34 +0100
committerAlbert Graef2022-03-25 11:51:34 +0100
commita2e53dea7a4fcfc5ca2dbebd11a46dd30765951c (patch)
treeb9b9c9aeecd11fd9254bb3b40d7db96a9d162f77 /PKGBUILD
parent740d00a8ac31eea50a7d0b2437dc7e637fd2be99 (diff)
downloadaur-a2e53dea7a4fcfc5ca2dbebd11a46dd30765951c.tar.gz
Update to latest revision (upstream fixes).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efa1e729419a..3305d3c572b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ srcname=pd-faustgen
dstname=$pkgpref-faustgen2
pkgname=$dstname-git
-pkgver=2.0.2.r8.g9ac1471
+pkgver=2.0.2.r9.gf651346
pkgrel=1
pkgdesc="The FAUST compiler embedded in a Pd external - git version"
arch=("i686" "x86_64")
@@ -30,10 +30,8 @@ depends=("$puredata" 'llvm-libs')
makedepends=('cmake' 'faust' 'llvm')
provides=("$dstname")
conflicts=("$dstname")
-source=("git+https://github.com/agraef/$srcname.git"
- "faust-api-breakage.diff")
-md5sums=('SKIP'
- 'a9d2cdb5d664a8c9954b1b09fcb7b22f')
+source=("git+https://github.com/agraef/$srcname.git")
+md5sums=('SKIP')
pkgver() {
cd "$srcname"
@@ -42,11 +40,6 @@ pkgver() {
prepare() {
cd "$srcname"
- # Work around recent API breakage in Faust version 2.37.3 and later. This
- # should really be fixed upstream in pd-faustgen2 using some cmake magic,
- # but this will do for now. Thanks to Björn Kessler for spotting this and
- # contributing the patch.
- patch -p1 -i ../faust-api-breakage.diff
# We don't have to initialize the faust submodules, as we're building
# against an installed libfaust. This makes checking out the submodules
# much quicker.