summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2018-01-16 17:00:08 +0100
committerAlbert Graef2018-01-16 17:00:08 +0100
commit3d39dc11199eaf69448732470a2c7d6c1f5206aa (patch)
tree4ab01c4811ffdbc881febc23eb15daa39b614505
parentcd422c7dc2e9e65a66baaf7895cd4924fa43b761 (diff)
downloadaur-3d39dc11199eaf69448732470a2c7d6c1f5206aa.tar.gz
New upstream release.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06713c161a38..c60472bb76df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 2 00:26:23 UTC 2017
+# Tue Jan 16 15:59:11 UTC 2018
pkgbase = faust2pd
pkgdesc = Generate Pd GUI abstractions from Faust programs
- pkgver = 2.15
+ pkgver = 2.16
pkgrel = 1
url = http://purelang.bitbucket.org/
arch = i686
@@ -15,8 +15,8 @@ pkgbase = faust2pd
depends = pure-xml
depends = pd
depends = curl
- source = https://bitbucket.org/purelang/pure-lang/downloads/faust2pd-2.15.tar.gz
- md5sums = 27b938620a6392f08197157436246727
+ source = https://github.com/agraef/pure-lang/releases/download/faust2pd-2.16/faust2pd-2.16.tar.gz
+ md5sums = abaf2274b78ebaace64c1908bf2801b3
pkgname = faust2pd
diff --git a/PKGBUILD b/PKGBUILD
index a06095647e93..db2987151adf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Albert Graef <aggraef@gmail.com>
pkgname=faust2pd
-pkgver=2.15
+pkgver=2.16
pkgrel=1
pkgdesc="Generate Pd GUI abstractions from Faust programs"
arch=("i686" "x86_64")
@@ -10,8 +10,8 @@ url="http://purelang.bitbucket.org/"
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=('27b938620a6392f08197157436246727')
+source=("https://github.com/agraef/pure-lang/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('abaf2274b78ebaace64c1908bf2801b3')
# NOTE: The tarball contains C++ sources generated from the Faust programs,
# which may need updating, depending on the Faust version we're compiling