Date: Sunday, June 12, 2022 @ 00:18:37 Author: heftig Revision: 448214
8.12.50-1 Modified: libphonenumber/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-11 19:02:55 UTC (rev 448213) +++ PKGBUILD 2022-06-12 00:18:37 UTC (rev 448214) @@ -1,8 +1,8 @@ # Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> pkgname=libphonenumber -pkgver=8.12.49 -pkgrel=2 +pkgver=8.12.50 +pkgrel=1 epoch=1 pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers" url="https://github.com/googlei18n/libphonenumber" @@ -11,7 +11,7 @@ depends=(icu protobuf boost-libs abseil-cpp) makedepends=(boost cmake gtest git) options=(debug) -_commit=0815b3b998112cd1906dc16308dc39141f8307fd # tags/v8.12.49^0 +_commit=e1c6752b358569810fb33bcc9f5c75050e9533fe # tags/v8.12.50^0 source=("git+$url#commit=$_commit" absl.diff) sha256sums=('SKIP' 'f6bceb2409ff7cba1e6947e6fdce3fe82b511b04fefcd1f597eceb13af67a8a4')