Date: Tuesday, March 22, 2022 @ 21:32:30 Author: heftig Revision: 440582
8.12.45-1 Modified: libphonenumber/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-22 20:59:13 UTC (rev 440581) +++ PKGBUILD 2022-03-22 21:32:30 UTC (rev 440582) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> pkgname=libphonenumber -pkgver=8.12.41 +pkgver=8.12.45 pkgrel=1 pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers" url="https://github.com/googlei18n/libphonenumber" @@ -9,7 +9,8 @@ license=(Apache) depends=(icu protobuf boost-libs) makedepends=(boost cmake gtest git) -_commit=99a0ff4cdfad1b854d2b483265670f1fadc126de # tags/v8.12.41^0 +options=(debug) +_commit=0ea664e5e89d34717c890b8b5d885c5dba342c20 # tags/v8.12.45^0 source=("git+$url#commit=$_commit") sha256sums=('SKIP')