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

Alexander Rødseth arodseth at archlinux.org
Sun Sep 4 19:48:10 UTC 2016


    Date: Sunday, September 4, 2016 @ 19:48:10
  Author: arodseth
Revision: 188549

upgpkg: nuitka 0.5.22-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-04 19:24:15 UTC (rev 188548)
+++ PKGBUILD	2016-09-04 19:48:10 UTC (rev 188549)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
 
 pkgname=nuitka
-pkgver=0.5.21.2
+pkgver=0.5.22
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -13,13 +13,13 @@
 options=('!emptydirs')
 optdepends=('chrpath: for building standalone executables')
 source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz")
-sha256sums=('f0c489bedfc5962fe0415b5e27440b5e0a0e0ea7c5c32a2cc8c45c8935dc4818')
+sha256sums=('de77fc24952846bcca51b6b65ccc3cbbbbca426784f79225ed30a11995916cbf')
 
 package() {
   cd "Nuitka-${pkgver%.0}"
 
   python setup.py install --root="$pkgdir" --optimize=1
-} 
+}
 
 # getver: nuitka.net/pages/download.html
 # vim: sw=2 ts=2 et:



More information about the arch-commits mailing list