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

Alexander Rødseth arodseth at archlinux.org
Fri Sep 28 08:01:50 UTC 2018


    Date: Friday, September 28, 2018 @ 08:01:50
  Author: arodseth
Revision: 386926

upgpkg: nuitka 0.6.0-1

Modified:
  nuitka/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-28 08:01:24 UTC (rev 386925)
+++ PKGBUILD	2018-09-28 08:01:50 UTC (rev 386926)
@@ -2,7 +2,7 @@
 # Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
 
 pkgname=nuitka
-pkgver=0.5.33
+pkgver=0.6.0
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -12,16 +12,16 @@
 makedepends=('python-setuptools')
 options=('!emptydirs')
 optdepends=('chrpath: for building standalone executables')
-source=("https://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz"{,.sig})
-sha256sums=('9a4b5be2c5ea2f0a32adfc3efd2b1a19e17c6b5daa81879f760674aec6262b30'
+source=("https://nuitka.net/releases/Nuitka-$pkgver.tar.bz2"{,.sig})
+sha256sums=('792f12c8c878656249fda80f7d38dddea5caae88760cdb32f71779f47d29a45c'
             'SKIP')
 validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
 
 package() {
-  cd "Nuitka-${pkgver%.0}"
+  cd "Nuitka-$pkgver"
 
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-# getver: nuitka.net/pages/download.html
+# getver: -u 3 nuitka.net/pages/download.html
 # vim: sw=2 ts=2 et:



More information about the arch-commits mailing list