From fde774abefd75b1ce0c59f2c2a8cf15ddbb54722 Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 2 Jan 2025 15:05:57 +0100 Subject: [PATCH] * update libphonenumber to 1:8.13.52-2 --- libphonenumber/.SRCINFO | 8 ++++---- libphonenumber/PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libphonenumber/.SRCINFO b/libphonenumber/.SRCINFO index 4e6cae8436..050325fab0 100644 --- a/libphonenumber/.SRCINFO +++ b/libphonenumber/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = libphonenumber pkgdesc = Google's common library for parsing, formatting, and validating international phone numbers - pkgver = 8.13.50 - pkgrel = 1 + pkgver = 8.13.52 + pkgrel = 2 epoch = 1 url = https://github.com/googlei18n/libphonenumber arch = x86_64 @@ -20,9 +20,9 @@ pkgbase = libphonenumber depends = glibc depends = icu depends = protobuf - source = git+https://github.com/googlei18n/libphonenumber#tag=v8.13.50 + source = git+https://github.com/googlei18n/libphonenumber#tag=v8.13.52 source = 0001-Use-find_package-for-protobuf.patch - b2sums = 0c67ab3caf01d16d005348bf4fbbe38a23b601f297981b54d1683a2b8dee6df3788d912b2bb6860671f6c42764a15508c6902bf28afd4a9dd3aee8c55cc0003d + b2sums = e156a9038b9272f845d8eabbc466b67893b9f28de8fbd131a17bff8250dec5a639d9bffdafa27c3324bd9a955e49077254c1a90a112c4dd26378e38fdbe56372 b2sums = 8fc1c65d863051052bb1cb3759a252a3b36a9dffa1335eae4d043821797651e57ca8902cced0672d3c47192b50b9b54436a1551ce65b2e9a4bd82351a58ef1ac pkgname = libphonenumber diff --git a/libphonenumber/PKGBUILD b/libphonenumber/PKGBUILD index b35db35543..d73948622a 100644 --- a/libphonenumber/PKGBUILD +++ b/libphonenumber/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=libphonenumber -pkgver=8.13.50 -pkgrel=1 +pkgver=8.13.52 +pkgrel=2 epoch=1 pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers" url="https://github.com/googlei18n/libphonenumber" @@ -27,7 +27,7 @@ source=( "git+$url#tag=v$pkgver" 0001-Use-find_package-for-protobuf.patch ) -b2sums=('0c67ab3caf01d16d005348bf4fbbe38a23b601f297981b54d1683a2b8dee6df3788d912b2bb6860671f6c42764a15508c6902bf28afd4a9dd3aee8c55cc0003d' +b2sums=('e156a9038b9272f845d8eabbc466b67893b9f28de8fbd131a17bff8250dec5a639d9bffdafa27c3324bd9a955e49077254c1a90a112c4dd26378e38fdbe56372' '8fc1c65d863051052bb1cb3759a252a3b36a9dffa1335eae4d043821797651e57ca8902cced0672d3c47192b50b9b54436a1551ce65b2e9a4bd82351a58ef1ac') prepare() {