Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-regex
Commits:
42d89af0 by Caleb Maclennan at 2023-12-29T16:45:41+03:00
upgpkg: 2023.12.25-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-regex
pkgdesc = Alternative python regular expression module.
- pkgver = 2023.10.3
+ pkgver = 2023.12.25
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-2023.10.3.tar.gz
- sha256sums =
3fef4f844d2290ee0ba57addcec17eec9e3df73f10a2748485dfd6a3a188cc0f
- b2sums =
2a842b307efb32c87087991312d09a03f0772729ba290222c9917073a6335c7d6cc76bc0d193352d9904ce655868d3415f75b93861de612fceeb8507080da1fb
+ source =
https://files.pythonhosted.org/packages/source/r/regex/regex-2023.12.25.tar.gz
+ sha256sums =
29171aa128da69afdf4bde412d5bedc335f2ca8fcfe4489038577d05f16181e5
+ b2sums =
742abe3a3515b527465d81df8fd9404aaa6aa1545e3e6a8c4a87d72d41138caf7f63bceae8bf06b3576656a6b5577bfec51629a60fe837ad2f3a4cd60a08ac06
pkgname = python-regex
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
_pkgbase=regex
pkgname=python-regex
-pkgver=2023.10.3
+pkgver=2023.12.25
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=('3fef4f844d2290ee0ba57addcec17eec9e3df73f10a2748485dfd6a3a188cc0f')
-b2sums=('2a842b307efb32c87087991312d09a03f0772729ba290222c9917073a6335c7d6cc76bc0d193352d9904ce655868d3415f75b93861de612fceeb8507080da1fb')
+sha256sums=('29171aa128da69afdf4bde412d5bedc335f2ca8fcfe4489038577d05f16181e5')
+b2sums=('742abe3a3515b527465d81df8fd9404aaa6aa1545e3e6a8c4a87d72d41138caf7f63bceae8bf06b3576656a6b5577bfec51629a60fe837ad2f3a4cd60a08ac06')
build() {
cd "regex-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-regex/-/commit/42d89af07212f6c02000591f10bc30cd105a4d78
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-regex/-/commit/42d89af07212f6c02000591f10bc30cd105a4d78
You're receiving this email because of your account on gitlab.archlinux.org.