summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12019-06-03 11:04:22 +0800
committerChocobo12019-06-03 11:09:16 +0800
commit5752fa7f54529628ec693100a4b83405b6f41952 (patch)
tree269d135809170b78dec5cac5b7f1ec56080109b6
parent6be58b20b5e298743807d2f1a4b841cce4581178 (diff)
downloadaur-5752fa7f54529628ec693100a4b83405b6f41952.tar.gz
upgpkg: nuitka-git 0.6.3.1.r137.g99b496e6-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b0e0ca119ee..2705d823a58b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nuitka-git
pkgdesc = A Python compiler
- pkgver = 0.6.3.r0.g3cf363c2
+ pkgver = 0.6.3.1.r137.g99b496e6
pkgrel = 1
url = https://nuitka.net/
arch = any
@@ -11,8 +11,7 @@ pkgbase = nuitka-git
optdepends = chrpath: for building standalone executables
provides = nuitka
conflicts = nuitka
- options = !emptydirs
- source = git+https://git.nuitka.net/Nuitka.git
+ source = git+https://github.com/Nuitka/Nuitka.git
sha256sums = SKIP
pkgname = nuitka-git
diff --git a/PKGBUILD b/PKGBUILD
index ffc43b336d88..69e7f7bece5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=nuitka-git
-pkgver=0.6.3.r0.g3cf363c2
+pkgver=0.6.3.1.r137.g99b496e6
pkgrel=1
pkgdesc="A Python compiler"
arch=('any')
@@ -12,8 +12,7 @@ makedepends=('git' 'python-setuptools')
optdepends=('chrpath: for building standalone executables')
provides=('nuitka')
conflicts=('nuitka')
-options=('!emptydirs')
-source=("git+https://git.nuitka.net/Nuitka.git")
+source=("git+https://github.com/Nuitka/Nuitka.git")
sha256sums=('SKIP')