summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23f9c7bc2e29..27d3bfa93713 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 25 04:24:00 UTC 2017
+# Fri Sep 15 12:59:17 UTC 2017
pkgbase = plan9port-git
pkgdesc = A port of many Plan 9 libraries and programs to Unix.
- pkgver = r3492.9e52ea8a
+ pkgver = r3523.17329592
pkgrel = 1
url = http://swtch.com/plan9port/
install = plan9.install
diff --git a/PKGBUILD b/PKGBUILD
index 2887af9638be..095a51592b07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Julien Pecqueur <jpec@julienpecqueur.com>
# Contributor: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
pkgname=plan9port-git
-pkgver=r3492.9e52ea8a
+pkgver=r3523.17329592
pkgrel=1
pkgdesc="A port of many Plan 9 libraries and programs to Unix."
arch=('i686' 'x86_64')
@@ -61,10 +61,6 @@ package() {
./INSTALL -c -r "$pkgdir/usr/lib/plan9"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- # Fix python scripts
- find "$pkgdir" -name '*.py' -print0 | xargs -0 \
- sed -i -e 's@^#!/usr/bin/env python$@#!/usr/bin/python2@' -e 's@^#!/usr/bin/python$@#!/usr/bin/python2@'
-
# Package text files
for i in CHANGES CONTRIBUTORS README.md TODO; do
install -m644 $i "$pkgdir/usr/share/doc/$pkgname"