Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-lupa
Commits:
8903e7d4 by Caleb Maclennan at 2025-01-12T23:15:01+03:00
upgpkg: 2.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-lupa
pkgdesc = Python wrapper around Lua and LuaJIT
- pkgver = 2.3
+ pkgver = 2.4
pkgrel = 1
url = https://github.com/scoder/lupa
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = python-lupa
depends = gcc-libs
depends = glibc
depends = python
- source =
https://files.pythonhosted.org/packages/source/l/lupa/lupa-2.3.tar.gz
- sha256sums =
e72c098a8e054fe2964de515688e60c61964c87c00d53e1cf49fcada13922860
+ source =
https://files.pythonhosted.org/packages/source/l/lupa/lupa-2.4.tar.gz
+ sha256sums =
5300d21f81aa1bd4d45f55e31dddba3b879895696068a3f84cfcb5fd9148aacd
pkgname = python-lupa
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkgname=lupa
pkgname=python-lupa
-pkgver=2.3
+pkgver=2.4
pkgrel=1
pkgdesc='Python wrapper around Lua and LuaJIT'
arch=(x86_64)
@@ -17,7 +17,7 @@ makedepends=(cython
python-setuptools)
_archive="$_pkgname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz")
-sha256sums=('e72c098a8e054fe2964de515688e60c61964c87c00d53e1cf49fcada13922860')
+sha256sums=('5300d21f81aa1bd4d45f55e31dddba3b879895696068a3f84cfcb5fd9148aacd')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lupa/-/commit/8903e7d422c85bd9c24cf729980a66d6029d2e67
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lupa/-/commit/8903e7d422c85bd9c24cf729980a66d6029d2e67
You're receiving this email because of your account on gitlab.archlinux.org.