* update libphonenumber to 1:8.13.45-2

This commit is contained in:
Alexander Baldeck 2024-10-01 15:02:19 +02:00
parent 43dcd1ab5e
commit baeff73eda
2 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = libphonenumber
pkgdesc = Google's common library for parsing, formatting, and validating international phone numbers
pkgver = 8.13.40
pkgrel = 1
pkgver = 8.13.45
pkgrel = 2
epoch = 1
url = https://github.com/googlei18n/libphonenumber
arch = x86_64
@ -15,9 +15,9 @@ pkgbase = libphonenumber
depends = glibc
depends = icu
depends = protobuf
source = git+https://github.com/googlei18n/libphonenumber#tag=v8.13.40
source = git+https://github.com/googlei18n/libphonenumber#tag=v8.13.45
source = 0001-Use-find_package-for-protobuf.patch
b2sums = 965eb1edc552335c38fe6741ad04381c209cb4d4a7e2ab6a3cf74a8876cf0ba113b6f375442955b2ee945f28eab36c620d572577b6bf345e27ac9f4d01c18ad9
b2sums = db600668e2d14975e9450185831a920ae72677dbc2bf68c02b5846d57e0264d844aba62f79d51b15b7dc0479a9320e0e6af7f2c84d95b1befa33352222c7cea0
b2sums = 8fc1c65d863051052bb1cb3759a252a3b36a9dffa1335eae4d043821797651e57ca8902cced0672d3c47192b50b9b54436a1551ce65b2e9a4bd82351a58ef1ac
pkgname = libphonenumber

View File

@ -1,8 +1,9 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=libphonenumber
pkgver=8.13.40
pkgrel=1
pkgver=8.13.45
pkgrel=2
epoch=1
pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers"
url="https://github.com/googlei18n/libphonenumber"
@ -25,7 +26,7 @@ source=(
"git+$url#tag=v$pkgver"
0001-Use-find_package-for-protobuf.patch
)
b2sums=('965eb1edc552335c38fe6741ad04381c209cb4d4a7e2ab6a3cf74a8876cf0ba113b6f375442955b2ee945f28eab36c620d572577b6bf345e27ac9f4d01c18ad9'
b2sums=('db600668e2d14975e9450185831a920ae72677dbc2bf68c02b5846d57e0264d844aba62f79d51b15b7dc0479a9320e0e6af7f2c84d95b1befa33352222c7cea0'
'8fc1c65d863051052bb1cb3759a252a3b36a9dffa1335eae4d043821797651e57ca8902cced0672d3c47192b50b9b54436a1551ce65b2e9a4bd82351a58ef1ac')
prepare() {