Date: Friday, October 7, 2022 @ 17:41:30 Author: heftig Revision: 457325
8.12.56-1 Modified: libphonenumber/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-07 14:46:52 UTC (rev 457324) +++ PKGBUILD 2022-10-07 17:41:30 UTC (rev 457325) @@ -1,8 +1,8 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=libphonenumber -pkgver=8.12.52 -pkgrel=4 +pkgver=8.12.56 +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=011d35d28fe8a7c201efe9164f55ebd0a2d43b0c # tags/v8.12.52^0 +_commit=222e5a8b3650e8ee56731c042389880a6587e1f9 # tags/v8.12.56^0 source=("git+$url#commit=$_commit") sha256sums=('SKIP')
