[arch-commits] Commit in nuitka/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Jun 8 22:15:46 UTC 2017


    Date: Thursday, June 8, 2017 @ 22:15:46
  Author: arodseth
Revision: 235484

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
    (from rev 235483, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-08 22:15:03 UTC (rev 235483)
+++ PKGBUILD	2017-06-08 22:15:46 UTC (rev 235484)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
-
-pkgname=nuitka
-pkgver=0.5.25.0
-pkgrel=3
-pkgdesc='Python to native compiler'
-arch=('any')
-url='https://nuitka.net/'
-license=('APACHE')
-depends=('python')
-options=('!emptydirs')
-optdepends=('chrpath: for building standalone executables')
-source=("https://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz"{,.sig})
-sha256sums=('d4e39a185be9a60ac4ea8baf263b9720d2f79b3d833d8867ad9782b9242fb460'
-            'SKIP')
-validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
-
-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:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 235483, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-06-08 22:15:46 UTC (rev 235484)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
+
+pkgname=nuitka
+pkgver=0.5.26.0
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='https://nuitka.net/'
+license=('APACHE')
+depends=('python')
+options=('!emptydirs')
+optdepends=('chrpath: for building standalone executables')
+source=("https://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz"{,.sig})
+sha256sums=('512d940cdc5909cbeebf6f75b4b057df548448c0c03251cdfdc4f406faf7f66e'
+            'SKIP')
+validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
+
+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