summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2016-12-20 11:07:04 +0100
committerAlbert Graef2016-12-20 11:07:04 +0100
commitdc8e2357abea2f9c29215f6e96855aa92b74aa23 (patch)
tree0163b25001a9cf14d309fba1dc3eb67a69fff6e1
parent72a40ea37379fa7a3d54613590ecfe6961542e20 (diff)
downloadaur-dc8e2357abea2f9c29215f6e96855aa92b74aa23.tar.gz
Update to latest upstream release.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3660074b793e..cfd3875f9556 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jul 9 01:56:11 UTC 2016
+# Tue Dec 20 10:06:04 UTC 2016
pkgbase = faust2pd
pkgdesc = Generate Pd GUI abstractions from Faust programs
- pkgver = 2.13
- pkgrel = 2
+ pkgver = 2.14
+ pkgrel = 1
url = http://purelang.bitbucket.org/
arch = i686
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = faust2pd
depends = pure-xml
depends = pd
depends = curl
- source = https://bitbucket.org/purelang/pure-lang/downloads/faust2pd-2.13.tar.gz
- md5sums = 6737b9948be8276f8213b84e48260115
+ source = https://bitbucket.org/purelang/pure-lang/downloads/faust2pd-2.14.tar.gz
+ md5sums = 929532038742955d85596076cb234d7f
pkgname = faust2pd
diff --git a/PKGBUILD b/PKGBUILD
index 6a3b86d5a060..8ff8d4eebe69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Albert Graef <aggraef@gmail.com>
pkgname=faust2pd
-pkgver=2.13
-pkgrel=2
+pkgver=2.14
+pkgrel=1
pkgdesc="Generate Pd GUI abstractions from Faust programs"
arch=("i686" "x86_64")
license=('GPL3')
@@ -11,7 +11,7 @@ depends=('pure' 'pure-xml' 'pd' 'curl')
makedepends=('faust')
groups=(pure-complete pure-multimedia)
source=("https://bitbucket.org/purelang/pure-lang/downloads/$pkgname-$pkgver.tar.gz")
-md5sums=('6737b9948be8276f8213b84e48260115')
+md5sums=('929532038742955d85596076cb234d7f')
# NOTE: The tarball contains C++ sources generated from the Faust programs,
# which may need updating, depending on the Faust version we're compiling