summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlbert Graef2017-12-12 16:20:34 +0100
committerAlbert Graef2017-12-12 16:20:34 +0100
commit6ed50b87e8e479d144cc17c3c0c0bf435255c624 (patch)
tree24ac3c6145ca2c5e4eb6b1c74533abc81c80f395 /PKGBUILD
parentdf4a59ee9b1676563e21e4cbb430e7597f1b7bc4 (diff)
downloadaur-6ed50b87e8e479d144cc17c3c0c0bf435255c624.tar.gz
Latest upstream, userconfig patch not needed any more.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6ee00894060..5e3ea2ad4eb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@
# /usr/lib/purr-data, so that 3rd party externals know where to find these.
pkgname=purr-data-git
-pkgver=2.2.0.r3441.c968fdba
+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"
@@ -45,11 +45,9 @@ conflicts=('purr-data')
install=purr-data.install
options=('!makeflags' '!strip')
source=("$pkgname::git+https://git.purrdata.net/jwilkes/purr-data.git"
- "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
@@ -95,8 +93,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() {