Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-lupa
Commits:
48d6621c by Caleb Maclennan at 2025-06-15T23:07:46+03:00
upgpkg: 2.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-lupa
pkgdesc = Python wrapper around Lua and LuaJIT
- pkgver = 2.4
+ pkgver = 2.5
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.4.tar.gz
- sha256sums =
5300d21f81aa1bd4d45f55e31dddba3b879895696068a3f84cfcb5fd9148aacd
+ source =
https://files.pythonhosted.org/packages/source/l/lupa/lupa-2.5.tar.gz
+ sha256sums =
69c6a89f2b7b08a3040d7ed2a1eeccba37a31ddc92fa199339c53a2ae3c48c34
pkgname = python-lupa
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkgname=lupa
pkgname=python-lupa
-pkgver=2.4
+pkgver=2.5
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=('5300d21f81aa1bd4d45f55e31dddba3b879895696068a3f84cfcb5fd9148aacd')
+sha256sums=('69c6a89f2b7b08a3040d7ed2a1eeccba37a31ddc92fa199339c53a2ae3c48c34')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lupa/-/commit/48d6621cef8f7d4b7875657cf6a07e1339e221ad
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lupa/-/commit/48d6621cef8f7d4b7875657cf6a07e1339e221ad
You're receiving this email because of your account on gitlab.archlinux.org.