summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 439e8d2b08d3..836e389fa1f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 4 21:39:55 UTC 2016
+# Mon Jul 11 08:08:43 UTC 2016
pkgbase = purr-data
pkgdesc = Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)
- pkgver = 20160704.r2778.c7a9ca3
+ pkgver = 20160711.r2791.31efcfd
pkgrel = 1
url = https://git.purrdata.net/jwilkes/purr-data
install = purr-data.install
diff --git a/PKGBUILD b/PKGBUILD
index cf50ea871c9f..72b4f7205997 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@
# under /usr/include/pd-l2ork.
pkgname=purr-data
-pkgver=20160704.r2778.c7a9ca3
+pkgver=20160711.r2791.31efcfd
pkgrel=1
pkgdesc="Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)"
url="https://git.purrdata.net/jwilkes/purr-data"
@@ -65,7 +65,7 @@ elif [ "$CARCH" = "x86_64" ]; then
fi
# Run 'makepkg buildopt=-b' for an incremental build (this skips recompiling
-# Gem which takes a *long* time to buidl). Note that this will only produce a
+# Gem which takes a *long* time to build). Note that this will only produce a
# proper package if src still contains the results of a previous full build,
# otherwise Gem will be missing in the resulting package!
buildopt=${buildopt:--B}
@@ -105,10 +105,8 @@ package() {
# Remove init.d-related stuff.
cd "$pkgdir/etc"
rm -rf default init.d
- # Remove the included DejaVu font, it's in the standard repos.
- cd "$pkgdir/usr"
- rm -f lib/pd-l2ork/bin/DejaVuSansMono.ttf
# Move pdsend and pdreceive to avoid conflicts with other Pd versions.
+ cd "$pkgdir/usr"
mv bin/cyclist bin/pdreceive bin/pdsend lib/pd-l2ork/bin
# Get rid of the corresponding manpages
rm -f share/man/man1/pdreceive.* share/man/man1/pdsend.*