summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78a1eff1a512..70e1d1c97112 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = nuitka-git
pkgdesc = A Python compiler
- pkgver = 0.5.28.1.r1.g4d1a1741
+ pkgver = 0.6.2.r0.g18a0ab3e
pkgrel = 1
url = https://nuitka.net/
arch = any
license = apache
makedepends = git
+ makedepends = python-setuptools
depends = python
optdepends = chrpath: for building standalone executables
provides = nuitka
diff --git a/PKGBUILD b/PKGBUILD
index 9daf2d500ec6..3a3a7910a0b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=nuitka-git
-pkgver=0.5.28.1.r1.g4d1a1741
+pkgver=0.6.2.r0.g18a0ab3e
pkgrel=1
pkgdesc="A Python compiler"
arch=('any')
url="https://nuitka.net/"
license=('apache')
depends=('python')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
optdepends=('chrpath: for building standalone executables')
provides=('nuitka')
conflicts=('nuitka')