* update libphonenumber to 1:8.13.52-2
This commit is contained in:
parent
c24229fecc
commit
fde774abef
@ -1,7 +1,7 @@
|
|||||||
pkgbase = libphonenumber
|
pkgbase = libphonenumber
|
||||||
pkgdesc = Google's common library for parsing, formatting, and validating international phone numbers
|
pkgdesc = Google's common library for parsing, formatting, and validating international phone numbers
|
||||||
pkgver = 8.13.50
|
pkgver = 8.13.52
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = https://github.com/googlei18n/libphonenumber
|
url = https://github.com/googlei18n/libphonenumber
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -20,9 +20,9 @@ pkgbase = libphonenumber
|
|||||||
depends = glibc
|
depends = glibc
|
||||||
depends = icu
|
depends = icu
|
||||||
depends = protobuf
|
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
|
source = 0001-Use-find_package-for-protobuf.patch
|
||||||
b2sums = 0c67ab3caf01d16d005348bf4fbbe38a23b601f297981b54d1683a2b8dee6df3788d912b2bb6860671f6c42764a15508c6902bf28afd4a9dd3aee8c55cc0003d
|
b2sums = e156a9038b9272f845d8eabbc466b67893b9f28de8fbd131a17bff8250dec5a639d9bffdafa27c3324bd9a955e49077254c1a90a112c4dd26378e38fdbe56372
|
||||||
b2sums = 8fc1c65d863051052bb1cb3759a252a3b36a9dffa1335eae4d043821797651e57ca8902cced0672d3c47192b50b9b54436a1551ce65b2e9a4bd82351a58ef1ac
|
b2sums = 8fc1c65d863051052bb1cb3759a252a3b36a9dffa1335eae4d043821797651e57ca8902cced0672d3c47192b50b9b54436a1551ce65b2e9a4bd82351a58ef1ac
|
||||||
|
|
||||||
pkgname = libphonenumber
|
pkgname = libphonenumber
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||||
|
|
||||||
pkgname=libphonenumber
|
pkgname=libphonenumber
|
||||||
pkgver=8.13.50
|
pkgver=8.13.52
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers"
|
pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers"
|
||||||
url="https://github.com/googlei18n/libphonenumber"
|
url="https://github.com/googlei18n/libphonenumber"
|
||||||
@ -27,7 +27,7 @@ source=(
|
|||||||
"git+$url#tag=v$pkgver"
|
"git+$url#tag=v$pkgver"
|
||||||
0001-Use-find_package-for-protobuf.patch
|
0001-Use-find_package-for-protobuf.patch
|
||||||
)
|
)
|
||||||
b2sums=('0c67ab3caf01d16d005348bf4fbbe38a23b601f297981b54d1683a2b8dee6df3788d912b2bb6860671f6c42764a15508c6902bf28afd4a9dd3aee8c55cc0003d'
|
b2sums=('e156a9038b9272f845d8eabbc466b67893b9f28de8fbd131a17bff8250dec5a639d9bffdafa27c3324bd9a955e49077254c1a90a112c4dd26378e38fdbe56372'
|
||||||
'8fc1c65d863051052bb1cb3759a252a3b36a9dffa1335eae4d043821797651e57ca8902cced0672d3c47192b50b9b54436a1551ce65b2e9a4bd82351a58ef1ac')
|
'8fc1c65d863051052bb1cb3759a252a3b36a9dffa1335eae4d043821797651e57ca8902cced0672d3c47192b50b9b54436a1551ce65b2e9a4bd82351a58ef1ac')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user