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

Alexander Rødseth arodseth at archlinux.org
Sun Jan 27 16:09:36 UTC 2019


    Date: Sunday, January 27, 2019 @ 16:09:35
  Author: arodseth
Revision: 428237

upgpkg: nuitka 0.6.1.1-1

Modified:
  nuitka/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-27 16:05:33 UTC (rev 428236)
+++ PKGBUILD	2019-01-27 16:09:35 UTC (rev 428237)
@@ -2,24 +2,22 @@
 # Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
 
 pkgname=nuitka
-pkgver=0.6.1
+pkgver=0.6.1.1
 pkgrel=1
 pkgdesc='Python compiler that produces faster executables and depends on libpython'
-arch=('any')
+arch=(any)
 url='https://nuitka.net/'
-license=('APACHE')
-depends=('python')
-makedepends=('python-setuptools')
-options=('!emptydirs')
+license=(APACHE)
+depends=(python)
+makedepends=(python-setuptools)
+options=(!emptydirs)
 optdepends=('chrpath: for building standalone executables')
 source=("$pkgname-$pkgver.tgz::https://github.com/Nuitka/Nuitka/archive/$pkgver.tar.gz")
-#source=("${url}releases/Nuitka-$pkgver.tar.bz2"{,.sig})
-sha256sums=('2a51eeb9f866152343fc5ebf1f3c736f9e7a82706f5723b443a8359ce4a28c59')
+sha256sums=('f5275358d2092ced5aa977593fcc0bc104305affd9535f2708415a90ec5b9036')
 validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
 
 package() {
   cd "Nuitka-$pkgver"
-
   python setup.py install --root="$pkgdir" --optimize=1
 }
 



More information about the arch-commits mailing list