Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-phonenumbers
Commits:
55a1b061 by Felix Yan at 2025-02-27T01:04:08+08:00
upgpkg: 8.13.53-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-phonenumbers
pkgdesc = Python version of Google's common library for parsing,
formatting, storing and validating international phone numbers
- pkgver = 8.13.52
+ pkgver = 8.13.53
pkgrel = 1
url = https://github.com/daviddrysdale/python-phonenumbers
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-phonenumbers
makedepends = python-installer
makedepends = python-wheel
depends = python
- source =
git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v8.13.52
- sha512sums =
75e1f5672f4cb41e6631771f79b636c989db550c2b7e15d7b7fe538193b65dad8a0ce55a00d73cc494b3683f94ae9a74048c9611151929f800c13e3e4ea8ad06
+ source =
git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v8.13.53
+ sha512sums =
649e116f213540656c7ae15d52b65746eebb2f74cfa916ed074801562f1300f56d2728f352f2fa0e6acd8357a965dd0c354275d796c50b1b8e240bcf13ff2e46
pkgname = python-phonenumbers
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-phonenumbers
-pkgver=8.13.52
+pkgver=8.13.53
pkgrel=1
pkgdesc="Python version of Google's common library for parsing, formatting,
storing and validating international phone numbers"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('git' 'python-setuptools' 'python-build' 'python-installer'
'python-wheel')
checkdepends=('python-protobuf')
source=("git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v$pkgver")
-sha512sums=('75e1f5672f4cb41e6631771f79b636c989db550c2b7e15d7b7fe538193b65dad8a0ce55a00d73cc494b3683f94ae9a74048c9611151929f800c13e3e4ea8ad06')
+sha512sums=('649e116f213540656c7ae15d52b65746eebb2f74cfa916ed074801562f1300f56d2728f352f2fa0e6acd8357a965dd0c354275d796c50b1b8e240bcf13ff2e46')
build() {
# Regenerate the protobuf files
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-phonenumbers/-/commit/55a1b0611c8b0b66446762fbbc9655c46070524d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-phonenumbers/-/commit/55a1b0611c8b0b66446762fbbc9655c46070524d
You're receiving this email because of your account on gitlab.archlinux.org.