Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
nuitka
Commits:
6a05b1d3 by Alexander F. Rødseth at 2024-03-26T01:17:19+01:00
upgpkg: 2.1.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = nuitka
pkgdesc = Python compiler with full language support and CPython
compatibility
- pkgver = 2.0.1
+ pkgver = 2.1.3
pkgrel = 1
- url = https://nuitka.net/
+ url = https://nuitka.net
arch = any
license = Apache-2.0
checkdepends = ccache
@@ -23,8 +23,8 @@ pkgbase = nuitka
optdepends = ccache: for caching builds
optdepends = pyside2: for using Qt5 APIs
optdepends = patchelf: for using standalone mode
- source = https://nuitka.net/releases/Nuitka-2.0.1.tar.bz2
- sha256sums =
eb7bc3515d18766fcd8a6a02acdc920fb80edb8e6e4521c926e89691e536f3e7
- b2sums =
c423f869921966726ac5ebd38915aa6da6c1844080cb7145be68dfc8bad07c7ed9370b020d02b52f25d91a652aed49a914ebc6b6aebcc27bf8bf9c442b39ad0b
+ source = https://nuitka.net/releases/Nuitka-2.1.3.tar.bz2
+ sha256sums =
ef9cfa7803a181f5bf41294c3c829489ab5152d8ac779704077587ef2d5a49c7
+ b2sums =
6e9ec660549cbe883fb9f9904b33373073749d50ee732715da193aed07f38c837e6f4b9bb0c51df51ce85b76bcfe956e9290cd1b46b13a0906485efe2309d366
pkgname = nuitka
=====================================
PKGBUILD
=====================================
@@ -3,11 +3,11 @@
# Contributor: Panagiotis Mavrogiorgos <[email protected]>
pkgname=nuitka
-pkgver=2.0.1
+pkgver=2.1.3
pkgrel=1
pkgdesc='Python compiler with full language support and CPython compatibility'
arch=(any)
-url='https://nuitka.net/'
+url='https://nuitka.net'
license=(Apache-2.0)
depends=(libxml2 patchelf python-appdirs python-setuptools python-wheel scons)
makedepends=(gdb python-build python-installer git)
@@ -15,9 +15,9 @@ checkdepends=(ccache fuse2 python-boto3 python-brotli strace)
optdepends=('ccache: for caching builds'
'pyside2: for using Qt5 APIs'
'patchelf: for using standalone mode')
-source=("https://nuitka.net/releases/${pkgname^}-$pkgver.tar.bz2")
-sha256sums=('eb7bc3515d18766fcd8a6a02acdc920fb80edb8e6e4521c926e89691e536f3e7')
-b2sums=('c423f869921966726ac5ebd38915aa6da6c1844080cb7145be68dfc8bad07c7ed9370b020d02b52f25d91a652aed49a914ebc6b6aebcc27bf8bf9c442b39ad0b')
+source=("$url/releases/${pkgname^}-$pkgver.tar.bz2")
+sha256sums=('ef9cfa7803a181f5bf41294c3c829489ab5152d8ac779704077587ef2d5a49c7')
+b2sums=('6e9ec660549cbe883fb9f9904b33373073749d50ee732715da193aed07f38c837e6f4b9bb0c51df51ce85b76bcfe956e9290cd1b46b13a0906485efe2309d366')
build() {
cd ${pkgname^}-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nuitka/-/commit/6a05b1d3b0c5b80df070c084c0866dfc624c1230
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nuitka/-/commit/6a05b1d3b0c5b80df070c084c0866dfc624c1230
You're receiving this email because of your account on gitlab.archlinux.org.