summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-10 22:56:21 +0800
committerChocobo12023-04-10 22:56:21 +0800
commit0e58bf999b377ef353f6c93d687dbd6daebc413c (patch)
treee6e297d1bda1664b14d9b54844e0f734421cac70
parentf9c938ae996264d759a8d10e0f052bb0106374f6 (diff)
downloadaur-0e58bf999b377ef353f6c93d687dbd6daebc413c.tar.gz
upgpkg: nuitka-git 1.5.5.r338.g3c3e8f96d-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d99eae81c0d..9783fb8e2dc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nuitka-git
pkgdesc = A Python compiler
- pkgver = 1.3.2.r7.g9a24f7a54
+ pkgver = 1.5.5.r338.g3c3e8f96d
pkgrel = 1
url = https://nuitka.net/
arch = any
- license = apache
+ license = Apache
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
optdepends = chrpath: for building standalone executables
- provides = nuitka=1.3.2.r7.g9a24f7a54
+ provides = nuitka=1.5.5.r338.g3c3e8f96d
conflicts = nuitka
source = git+https://github.com/Nuitka/Nuitka.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 644375352ad3..fa1ec07ecfec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=nuitka-git
-pkgver=1.3.2.r7.g9a24f7a54
+pkgver=1.5.5.r338.g3c3e8f96d
pkgrel=1
pkgdesc="A Python compiler"
arch=('any')
url="https://nuitka.net/"
-license=('apache')
+license=('Apache')
depends=('python')
makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
optdepends=('chrpath: for building standalone executables')