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

Alexander Rødseth arodseth at archlinux.org
Sun Aug 16 14:17:58 UTC 2015


    Date: Sunday, August 16, 2015 @ 16:17:58
  Author: arodseth
Revision: 138414

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-16 14:17:49 UTC (rev 138413)
+++ PKGBUILD	2015-08-16 14:17:58 UTC (rev 138414)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-pkgname=nuitka
-pkgver=0.5.13.4
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python' 'scons')
-options=('!emptydirs')
-optdepends=('chrpath: for building standalone executables')
-source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz")
-sha256sums=('70545856c7424b73b8b0acff53d47854f3376ad4ffa7bfbb93e7ce1af12485a4')
-
-package() {
-  cd "Nuitka-$pkgver"
-
-  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 138413, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-08-16 14:17:58 UTC (rev 138414)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgname=nuitka
+pkgver=0.5.13.6
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python' 'scons')
+options=('!emptydirs')
+optdepends=('chrpath: for building standalone executables')
+source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz")
+sha256sums=('64bf2b5c64471aaf08b9e15870a468b459757d8547af2b57b71d9cf6c0305ba8')
+
+package() {
+  cd "Nuitka-$pkgver"
+
+  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