Date: Friday, May 8, 2020 @ 06:00:29 Author: felixonmars Revision: 625515
upgpkg: python-phonenumbers 8.12.3-1 Modified: python-phonenumbers/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-08 06:00:15 UTC (rev 625514) +++ PKGBUILD 2020-05-08 06:00:29 UTC (rev 625515) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-phonenumbers -pkgver=8.12.2 +pkgver=8.12.3 pkgrel=1 pkgdesc="Python version of Google's common library for parsing, formatting, storing and validating international phone numbers" arch=('any') @@ -10,7 +10,7 @@ depends=('python') makedepends=("python-setuptools") source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz") -sha512sums=('1bd7a33869eba8068a9110ecea2e8d8b6b56003193ec1235e189686a442052f7d5510811ce32c74f9038e700677d450a16b63da6feea223c583828f49f1db471') +sha512sums=('4fce2d44a2d3725d01dabfb14b564642f79d4386055209cca373233185686e635030a03c38fd8bb93358f17262cc46194b559a2050183b249899e5f738fedb2f') build() { cd python-phonenumbers-$pkgver
