Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-lupa
Commits:
a6272ae1 by Caleb Maclennan at 2024-06-03T12:16:19+03:00
upgpkg: 2.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-lupa
pkgdesc = Python wrapper around Lua and LuaJIT
- pkgver = 2.1
- pkgrel = 4
+ pkgver = 2.2
+ pkgrel = 1
url = https://github.com/scoder/lupa
arch = x86_64
license = MIT
@@ -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.1.tar.gz
- sha256sums =
760030712d5273396f5e963dd8731aefb5ac65d92eff8bf8fd4124c1630fe950
+ source =
https://files.pythonhosted.org/packages/source/l/lupa/lupa-2.2.tar.gz
+ sha256sums =
665a006bcf8d9aacdfdb953824b929d06a0c55910a662b59be2f157ab4c8924d
pkgname = python-lupa
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkgname=lupa
pkgname=python-lupa
-pkgver=2.1
-pkgrel=4
+pkgver=2.2
+pkgrel=1
pkgdesc='Python wrapper around Lua and LuaJIT'
arch=(x86_64)
url="https://github.com/scoder/$_pkgname"
@@ -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=('760030712d5273396f5e963dd8731aefb5ac65d92eff8bf8fd4124c1630fe950')
+sha256sums=('665a006bcf8d9aacdfdb953824b929d06a0c55910a662b59be2f157ab4c8924d')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lupa/-/commit/a6272ae1ee114a7de2e2d888d9ab5e22d3025f76
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lupa/-/commit/a6272ae1ee114a7de2e2d888d9ab5e22d3025f76
You're receiving this email because of your account on gitlab.archlinux.org.