diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-20 01:14:49 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-22 20:35:41 +0000 |
commit | bd5f040a849d08e2ef29f742e34d6a601adac682 (patch) | |
tree | c31f0e192f3b1c8102b05c7ac30bc83b9c7c340a /community/libphonenumber/APKBUILD | |
parent | fb046ee30ecb95776f838a1e8c267cfd7954a6d3 (diff) | |
download | aports-bd5f040a849d08e2ef29f742e34d6a601adac682.tar.bz2 aports-bd5f040a849d08e2ef29f742e34d6a601adac682.tar.xz |
main/protobuf: upgrade to 3.10.0
Closes !548
Diffstat (limited to 'community/libphonenumber/APKBUILD')
-rw-r--r-- | community/libphonenumber/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libphonenumber/APKBUILD b/community/libphonenumber/APKBUILD index ac619e19d2..fe9a7de9a7 100644 --- a/community/libphonenumber/APKBUILD +++ b/community/libphonenumber/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libphonenumber pkgver=8.10.21 -pkgrel=0 +pkgrel=1 pkgdesc="Library for parsing, formatting, and validating international phone numbers." url="https://github.com/googlei18n/libphonenumber" arch="all" |