[arch-commits] Commit in nuitka/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Dec 3 14:55:11 UTC 2013


    Date: Tuesday, December 3, 2013 @ 15:55:11
  Author: arodseth
Revision: 101988

upgpkg: nuitka 0.4.7-1

Modified:
  nuitka/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-03 14:43:05 UTC (rev 101987)
+++ PKGBUILD	2013-12-03 14:55:11 UTC (rev 101988)
@@ -4,8 +4,8 @@
 
 _name=Nuitka
 pkgname=nuitka
-pkgver=0.4.6.2
-pkgrel=2
+pkgver=0.4.7
+pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
 url='http://www.nuitka.net/'
@@ -13,8 +13,14 @@
 depends=('python2')
 options=('!emptydirs')
 source=("http://nuitka.net/releases/$_name-$pkgver.tar.gz")
-sha256sums=('55091ed10015fc7b911a80a8b064c81d5c65ce5cc1f2cca245ae44988826fbe3')
+sha256sums=('3ad25562491f4256bf77f71361e8a7af168c421d6c76c987012c7b90941f4e5d')
 
+prepare() {
+  cd "$_name-$pkgver"
+
+  sed -i 's/env python/env python2/' "$pkgname/build/inline_copy/bin/scons.py"
+}
+
 package() {
   cd "$_name-$pkgver"
 




More information about the arch-commits mailing list