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

Alexander Rødseth arodseth at archlinux.org
Tue Jul 15 16:26:52 UTC 2014


    Date: Tuesday, July 15, 2014 @ 18:26:51
  Author: arodseth
Revision: 115744

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-15 16:26:43 UTC (rev 115743)
+++ PKGBUILD	2014-07-15 16:26:51 UTC (rev 115744)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-pkgname=nuitka
-pkgver=0.5.2.1
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python')
-options=('!emptydirs')
-source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz")
-sha256sums=('6e2b97c27136807d0fe30b2163369429fa92fa772a55404d4e9f3364f3f4d819')
-
-package() {
-  cd "Nuitka-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 115743, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-15 16:26:51 UTC (rev 115744)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgname=nuitka
+pkgver=0.5.3.3
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python')
+options=('!emptydirs')
+source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz")
+sha256sums=('53ea3bc11bc9dd6aa03f62fdd79b537b247025fff0bbfa276591ce03659cad2f')
+
+package() {
+  cd "Nuitka-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim: sw=2 ts=2 et:




More information about the arch-commits mailing list