[arch-commits] Commit in nuitka/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Mar 9 11:15:15 UTC 2015
Date: Monday, March 9, 2015 @ 12:15:15
Author: arodseth
Revision: 128972
archrelease: copy trunk to community-any
Added:
nuitka/repos/community-any/PKGBUILD
(from rev 128971, nuitka/trunk/PKGBUILD)
Deleted:
nuitka/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-09 11:09:32 UTC (rev 128971)
+++ PKGBUILD 2015-03-09 11:15:15 UTC (rev 128972)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-pkgname=nuitka
-pkgver=0.5.10
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python' 'scons')
-options=('!emptydirs')
-source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz")
-sha256sums=('a2fe2cbc93987e660dfc74f3b70efa07babaf416a944d347911e3e30956525f8')
-
-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 128971, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-03-09 11:15:15 UTC (rev 128972)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgname=nuitka
+pkgver=0.5.10.1
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python' 'scons')
+options=('!emptydirs')
+source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz")
+sha256sums=('7f01b65d6da93c2ee811c9c34bb2331d0a60efb55b589e4ece82d8e2f57274d0')
+
+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