summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2016-11-06 00:35:31 +0100
committerAlbert Graef2016-11-06 00:35:31 +0100
commit7b9d2d83b12773e2f87debe0b8cdf1af7da341e0 (patch)
tree9254115a6c32540691c2eb53b397eac514511d4d
parentb75019ded40274eba966427cb0226685c7338c0f (diff)
downloadaur-7b9d2d83b12773e2f87debe0b8cdf1af7da341e0.tar.gz
Update to latest upstream source.
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77e7d8289969..9c81176d584f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 1 17:22:36 UTC 2016
+# Sat Nov 5 23:35:23 UTC 2016
pkgbase = purr-data
pkgdesc = Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)
- pkgver = 20161101.r3100.abd40b8
+ pkgver = 20161105.r3125.8cc88be
pkgrel = 1
url = https://git.purrdata.net/jwilkes/purr-data
install = purr-data.install
@@ -66,14 +66,15 @@ pkgbase = purr-data
conflicts = pd-l2ork
conflicts = pd-l2ork-git
options = !makeflags
+ options = !strip
source = purr-data::git+https://git.purrdata.net/aggraef/purr-data.git#branch=release
source = RTcmix-pd-LCPLAY-stabilize.patch
md5sums = SKIP
md5sums = 39c53063dc18681f29b12c08d9c453aa
- source_i686 = http://dl.nwjs.io/v0.17.6/nwjs-sdk-v0.17.6-linux-ia32.tar.gz
- md5sums_i686 = 5d878e8849c54e758884b285307e5955
- source_x86_64 = http://dl.nwjs.io/v0.17.6/nwjs-sdk-v0.17.6-linux-x64.tar.gz
- md5sums_x86_64 = 2a01edf88ed2f60ec1e0abf91ef2ce0c
+ source_i686 = http://dl.nwjs.io/v0.18.5/nwjs-sdk-v0.18.5-linux-ia32.tar.gz
+ md5sums_i686 = 1d5e9e25c36b7c3221e317baa7d94b64
+ source_x86_64 = http://dl.nwjs.io/v0.18.5/nwjs-sdk-v0.18.5-linux-x64.tar.gz
+ md5sums_x86_64 = 3c6391a30c74531e918c7434caa2730f
pkgname = purr-data
diff --git a/PKGBUILD b/PKGBUILD
index 5e1981abf247..17b7563b9328 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@
# under /usr/include/pd-l2ork.
pkgname=purr-data
-pkgver=20161101.r3100.abd40b8
+pkgver=20161105.r3125.8cc88be
pkgrel=1
pkgdesc="Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)"
url="https://git.purrdata.net/jwilkes/purr-data"
@@ -42,19 +42,19 @@ makedepends=('autoconf' 'automake' 'libtool' 'git' 'rsync')
provides=('pd-l2ork')
conflicts=('pd-l2ork' 'pd-l2ork-git')
install=purr-data.install
-options=('!makeflags')
+options=('!makeflags' '!strip')
source=("$pkgname::git+https://git.purrdata.net/aggraef/purr-data.git#branch=release"
"RTcmix-pd-LCPLAY-stabilize.patch")
md5sums=('SKIP'
'39c53063dc18681f29b12c08d9c453aa')
# nw.js sdk binaries
nwjsname=nwjs-sdk
-nwjsver=0.17.6
+nwjsver=0.18.5
source_common="http://dl.nwjs.io/v$nwjsver/$nwjsname-v$nwjsver-linux"
source_i686=("$source_common-ia32.tar.gz")
source_x86_64=("$source_common-x64.tar.gz")
-md5sums_i686=('5d878e8849c54e758884b285307e5955')
-md5sums_x86_64=('2a01edf88ed2f60ec1e0abf91ef2ce0c')
+md5sums_i686=('1d5e9e25c36b7c3221e317baa7d94b64')
+md5sums_x86_64=('3c6391a30c74531e918c7434caa2730f')
if [ "$CARCH" = "i686" ]; then
_arch="ia32"