Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-regex
Commits:
1c760655 by Caleb Maclennan at 2024-11-11T15:30:46+03:00
upgpkg: 2024.11.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-regex
pkgdesc = Alternative python regular expression module.
- pkgver = 2024.9.11
+ pkgver = 2024.11.6
pkgrel = 1
url = https://github.com/mrabarnett/mrab-regex
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = python-regex
makedepends = python-wheel
depends = python
options = !emptydirs
- source =
https://files.pythonhosted.org/packages/source/r/regex/regex-2024.9.11.tar.gz
- sha256sums =
6c188c307e8433bcb63dc1915022deb553b4203a70722fc542c363bf120a01fd
- b2sums =
6ddf11954723183aa2cf15568592e0466a072897f7d69a22139c3db08fbf113a5b5df5df8b7982e4dc1987be836bbd323612549ba4723408cc235b36c21ae7b1
+ source =
https://files.pythonhosted.org/packages/source/r/regex/regex-2024.11.6.tar.gz
+ sha256sums =
7ab159b063c52a0333c884e4679f8d7a85112ee3078fe3d9004b2dd875585519
+ b2sums =
5b805e71d505516f1b1454d5198591c902eadf56887529bff988e301af639e891b25196467d4b7e2a55144e223ae731e878e2237c1b1ac7852f282aad1d34e13
pkgname = python-regex
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
_pkgbase=regex
pkgname=python-regex
-pkgver=2024.9.11
+pkgver=2024.11.6
pkgrel=1
pkgdesc="Alternative python regular expression module."
arch=('x86_64')
@@ -16,8 +16,8 @@ depends=('python')
makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz")
-sha256sums=('6c188c307e8433bcb63dc1915022deb553b4203a70722fc542c363bf120a01fd')
-b2sums=('6ddf11954723183aa2cf15568592e0466a072897f7d69a22139c3db08fbf113a5b5df5df8b7982e4dc1987be836bbd323612549ba4723408cc235b36c21ae7b1')
+sha256sums=('7ab159b063c52a0333c884e4679f8d7a85112ee3078fe3d9004b2dd875585519')
+b2sums=('5b805e71d505516f1b1454d5198591c902eadf56887529bff988e301af639e891b25196467d4b7e2a55144e223ae731e878e2237c1b1ac7852f282aad1d34e13')
build() {
cd "regex-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-regex/-/commit/1c760655ff1416e6f98cc7ea4b9734142ddc86e2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-regex/-/commit/1c760655ff1416e6f98cc7ea4b9734142ddc86e2
You're receiving this email because of your account on gitlab.archlinux.org.