summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2017-12-12 07:56:37 +0100
committerAlbert Graef2017-12-12 07:56:37 +0100
commitc9ca314960eef337a2753e74fbf232b6f9ad6dbd (patch)
treee625c0ce481c5c2cfe7f97978e109c3fbd539e11
parentb41466acf65775143c1a31b33c236e0f46a138d2 (diff)
downloadaur-c9ca314960eef337a2753e74fbf232b6f9ad6dbd.tar.gz
New upstream release.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 5 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ebe501ab24f..0a13c79606c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 9 14:11:41 UTC 2017
+# Tue Dec 12 06:56:05 UTC 2017
pkgbase = purr-data
pkgdesc = Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)
- pkgver = 2.4.4.r3743.606d4482
+ pkgver = 2.4.5.r3754.baa62422
pkgrel = 1
url = https://git.purrdata.net/jwilkes/purr-data
install = purr-data.install
@@ -67,10 +67,8 @@ pkgbase = purr-data
options = !strip
source = purr-data::git+https://git.purrdata.net/aggraef/purr-data.git#branch=release
source = RTcmix-pd-LCPLAY-stabilize.patch
- source = userconfig.patch
md5sums = SKIP
md5sums = 39c53063dc18681f29b12c08d9c453aa
- md5sums = 056770a94f3c13799c09d3ece273154f
source_i686 = http://dl.nwjs.io/v0.22.1/nwjs-sdk-v0.22.1-linux-ia32.tar.gz
md5sums_i686 = e4708d59006219eaa2c54cdb1d682794
source_x86_64 = http://dl.nwjs.io/v0.22.1/nwjs-sdk-v0.22.1-linux-x64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 6f87c12e1c4d..031a06e543cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@
# /usr/lib/purr-data, so that 3rd party externals know where to find these.
pkgname=purr-data
-pkgver=2.4.4.r3743.606d4482
+pkgver=2.4.5.r3754.baa62422
pkgrel=1
pkgdesc="Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)"
url="https://git.purrdata.net/jwilkes/purr-data"
@@ -58,11 +58,9 @@ options=('!makeflags' '!strip')
# deal with situations where upstream lags behind on already submitted merge
# requests with important bugfixes and additions.
source=("$pkgname::git+https://git.purrdata.net/aggraef/purr-data.git#branch=release"
- "RTcmix-pd-LCPLAY-stabilize.patch"
- "userconfig.patch")
+ "RTcmix-pd-LCPLAY-stabilize.patch")
md5sums=('SKIP'
- '39c53063dc18681f29b12c08d9c453aa'
- '056770a94f3c13799c09d3ece273154f')
+ '39c53063dc18681f29b12c08d9c453aa')
# nw.js sdk binaries
nwjsname=nwjs-sdk
nwjsver=0.22.1
@@ -108,8 +106,6 @@ prepare() {
cp -a $srcdir/$nwjsname-v$nwjsver-linux-$_arch pd/nw/nw
# make the sources compile with gcc 6.1+
cd $srcdir/$pkgname/externals/rtcmix-in-pd && patch -Np1 < $srcdir/RTcmix-pd-LCPLAY-stabilize.patch
- # patch the user config dir name so that purr-data can coexist with pd-l2ork
- cd $srcdir/$pkgname && patch -Np1 < $srcdir/userconfig.patch
}
build() {