[arch-commits] Commit in nuitka/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Dec 4 12:37:20 UTC 2013


    Date: Wednesday, December 4, 2013 @ 13:37:20
  Author: arodseth
Revision: 102035

Adding scons as a make dependency results in a lot fewer files being installed.

Modified:
  nuitka/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-04 11:56:16 UTC (rev 102034)
+++ PKGBUILD	2013-12-04 12:37:20 UTC (rev 102035)
@@ -5,11 +5,12 @@
 _name=Nuitka
 pkgname=nuitka
 pkgver=0.4.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Python to native compiler'
 arch=('any')
 url='http://www.nuitka.net/'
 license=('APACHE')
+makedepends=('scons')
 depends=('python2')
 options=('!emptydirs')
 source=("http://nuitka.net/releases/$_name-$pkgver.tar.gz")




More information about the arch-commits mailing list