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

Alexander Rødseth arodseth at archlinux.org
Thu Aug 27 15:19:37 UTC 2015


    Date: Thursday, August 27, 2015 @ 17:19:36
  Author: arodseth
Revision: 138816

upgpkg: nuitka 0.5.14.0-1

Modified:
  nuitka/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-27 14:57:46 UTC (rev 138815)
+++ PKGBUILD	2015-08-27 15:19:36 UTC (rev 138816)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
 
 pkgname=nuitka
-pkgver=0.5.13.8
+pkgver=0.5.14.0
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -13,11 +13,11 @@
 depends=('python' 'scons')
 options=('!emptydirs')
 optdepends=('chrpath: for building standalone executables')
-source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz")
-sha256sums=('d5e692db3153b8fce6ba10d0eac54779ad7959f28a9dab988dd3c0c56efbfcc8')
+source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz")
+sha256sums=('fd8a60cb8ed9d554aa38150465c1d1af38903388fb36f267af01b63f1c885bcd')
 
 package() {
-  cd "Nuitka-$pkgver"
+  cd "Nuitka-${pkgver%.0}"
 
   python setup.py install --root="$pkgdir" --optimize=1
 } 



More information about the arch-commits mailing list