[arch-commits] Commit in nuitka/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Wed Jan 9 09:36:14 UTC 2019
Date: Wednesday, January 9, 2019 @ 09:36:13
Author: arodseth
Revision: 421099
upgpkg: nuitka 0.6.1-1
Modified:
nuitka/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-09 06:44:56 UTC (rev 421098)
+++ PKGBUILD 2019-01-09 09:36:13 UTC (rev 421099)
@@ -2,7 +2,7 @@
# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
pkgname=nuitka
-pkgver=0.6.0.6
+pkgver=0.6.1
pkgrel=1
pkgdesc='Python compiler that produces faster executables and depends on libpython'
arch=('any')
@@ -12,9 +12,9 @@
makedepends=('python-setuptools')
options=('!emptydirs')
optdepends=('chrpath: for building standalone executables')
-source=("${url}releases/Nuitka-$pkgver.tar.bz2"{,.sig})
-sha256sums=('6d47e2a896f8f2cfd632065e1fbf7d5edc99d325fd4a0805985c149ac6fd011f'
- 'SKIP')
+source=("$pkgname-$pkgver.tgz::https://github.com/Nuitka/Nuitka/archive/$pkgver.tar.gz")
+#source=("${url}releases/Nuitka-$pkgver.tar.bz2"{,.sig})
+sha256sums=('2a51eeb9f866152343fc5ebf1f3c736f9e7a82706f5723b443a8359ce4a28c59')
validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
package() {
@@ -23,5 +23,5 @@
python setup.py install --root="$pkgdir" --optimize=1
}
-# getver: nuitka.net/pages/download.html
+# getver: pypistats.org/packages/nuitka
# vim: sw=2 ts=2 et:
More information about the arch-commits
mailing list