summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2016-07-05 21:18:21 +0200
committerAlbert Graef2016-07-05 21:18:21 +0200
commit518b0c7326971fd1160226b4825328da3384fd97 (patch)
treeb9ef7801a616db7795ccb7d8b92fa4aab2149166
parent96a86403c64d02840099039effb418b623d023ce (diff)
downloadaur-518b0c7326971fd1160226b4825328da3384fd97.tar.gz
Upstream release.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ba43935eecb..36eb585f395d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Jul 5 19:17:50 UTC 2016
pkgbase = faust2pd
pkgdesc = Generate Pd GUI abstractions from Faust programs
- pkgver = 2.12
+ pkgver = 2.13
pkgrel = 1
url = http://purelang.bitbucket.org/
arch = i686
@@ -13,8 +15,8 @@ pkgbase = faust2pd
depends = pure-xml
depends = pd
depends = curl
- source = https://bitbucket.org/purelang/pure-lang/downloads/faust2pd-2.12.tar.gz
- md5sums = 2ef0fd7b5aa22986ac9ec6c36fd073da
+ source = https://bitbucket.org/purelang/pure-lang/downloads/faust2pd-2.13.tar.gz
+ md5sums = 6737b9948be8276f8213b84e48260115
pkgname = faust2pd
diff --git a/PKGBUILD b/PKGBUILD
index 38711c2b5dc1..4dce1416f0e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Albert Graef <aggraef@gmail.com>
pkgname=faust2pd
-pkgver=2.12
+pkgver=2.13
pkgrel=1
pkgdesc="Generate Pd GUI abstractions from Faust programs"
arch=("i686" "x86_64")
@@ -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=('2ef0fd7b5aa22986ac9ec6c36fd073da')
+md5sums=('6737b9948be8276f8213b84e48260115')
# NOTE: The tarball contains C++ sources generated from the Faust programs,
# which may need updating, depending on the Faust version we're compiling