summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlbert Graef2016-07-11 09:48:39 +0200
committerAlbert Graef2016-07-11 09:48:39 +0200
commit678d3bb74166b47ec7fc4ddb1dad4b08d98c1ac6 (patch)
tree941a83058c4691b3a273607d33780f12ee2ba03f /PKGBUILD
parentf476ad588c5c3f4343fbb4b72c978dc144e0e727 (diff)
downloadaur-678d3bb74166b47ec7fc4ddb1dad4b08d98c1ac6.tar.gz
Upstream bugfixes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07e25c6cac43..74745dfb3d52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@
# under /usr/include/pd-l2ork.
pkgname=purr-data-git
-pkgver=r2754.b3ad47a
-pkgrel=2
+pkgver=r2763.e480121
+pkgrel=1
pkgdesc="Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)"
url="https://git.purrdata.net/jwilkes/purr-data"
arch=('i686' 'x86_64')
@@ -58,7 +58,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}
@@ -98,10 +98,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.*