summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2016-07-11 09:48:39 +0200
committerAlbert Graef2016-07-11 09:48:39 +0200
commit678d3bb74166b47ec7fc4ddb1dad4b08d98c1ac6 (patch)
tree941a83058c4691b3a273607d33780f12ee2ba03f
parentf476ad588c5c3f4343fbb4b72c978dc144e0e727 (diff)
downloadaur-678d3bb74166b47ec7fc4ddb1dad4b08d98c1ac6.tar.gz
Upstream bugfixes.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a9ffa2806a6..6464a9629568 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jul 4 10:24:57 UTC 2016
+# Mon Jul 11 07:47:19 UTC 2016
pkgbase = purr-data-git
pkgdesc = Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)
- pkgver = r2754.b3ad47a
- pkgrel = 2
+ pkgver = r2763.e480121
+ pkgrel = 1
url = https://git.purrdata.net/jwilkes/purr-data
install = purr-data.install
arch = i686
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.*