summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2020-08-30 00:06:29 +0200
committerAlbert Graef2020-08-30 00:06:29 +0200
commit8e2e7c071963070310bcf45039c794d01b54159d (patch)
treee94da4bf6ad04c59888d23b6487262d180fa3b3a
parent275dbecd0c23e8621c83565b1af5f1bc0f8fe84d (diff)
downloadaur-8e2e7c071963070310bcf45039c794d01b54159d.tar.gz
Cosmetic changes.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 4 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a550a0ba4d58..75964e02a9b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pd-faustgen2-git
pkgdesc = The FAUST compiler embedded in a Pd external - git version
- pkgver = 2.0.0rc4.r0.gc1fdfb4
+ pkgver = 2.0.0rc4.r1.g61e30e1
pkgrel = 1
url = https://github.com/agraef/pd-faustgen
arch = i686
@@ -13,7 +13,7 @@ pkgbase = pd-faustgen2-git
depends = llvm-libs
provides = pd-faustgen2
conflicts = pd-faustgen2
- source = git+https://github.com/agraef/pd-faustgen.git#branch=faustgen2
+ source = git+https://github.com/agraef/pd-faustgen.git
md5sums = SKIP
pkgname = pd-faustgen2-git
diff --git a/PKGBUILD b/PKGBUILD
index 426d678d88a5..fcb217c03e07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,19 +15,12 @@
puredata=${puredata:-pd}
pkgpref=$(echo "$puredata" | sed -e 's/-//g')
-# Branch to build, faustgen2 by default. Our repo is a fork of the upstream at
-# https://github.com/CICM/pd-faustgen. The present version has a lot of
-# additional functionality and is *not* backward-compatible. Thus the external
-# is named differently so that you can run both the original CICM faustgen~
-# and faustgen2~ at the same time.
-branch=${branch:-faustgen2}
-
# Source and destination package names.
src_pkgname=pd-faustgen
dest_pkgname=$pkgpref-faustgen2
pkgname=$dest_pkgname-git
-pkgver=2.0.0rc4.r0.gc1fdfb4
+pkgver=2.0.0rc4.r1.g61e30e1
pkgrel=1
pkgdesc="The FAUST compiler embedded in a Pd external - git version"
arch=("i686" "x86_64")
@@ -37,7 +30,7 @@ depends=("$puredata" 'llvm-libs')
makedepends=('cmake' 'faust' 'llvm')
provides=("$dest_pkgname")
conflicts=("$dest_pkgname")
-source=("git+https://github.com/agraef/$src_pkgname.git#branch=$branch")
+source=("git+https://github.com/agraef/$src_pkgname.git")
md5sums=('SKIP')
pkgver() {