mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/libphonenumber to 8.0.0-1
This commit is contained in:
parent
86c585675f
commit
c3972a5cf1
1 changed files with 3 additions and 3 deletions
|
@ -5,15 +5,15 @@
|
|||
# - make -j1
|
||||
|
||||
pkgname=libphonenumber
|
||||
pkgver=7.7.4
|
||||
pkgrel=2
|
||||
pkgver=8.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers"
|
||||
url="https://github.com/googlei18n/libphonenumber"
|
||||
arch=(i686 x86_64)
|
||||
depends=(icu protobuf boost-libs)
|
||||
makedepends=(boost cmake gtest git java-environment)
|
||||
license=("Apache")
|
||||
_commit=fedbc7020703e479d61d907419217bb1f8da5348 # tags/v7.7.4^0
|
||||
_commit=1eb06f31e1dd3ee3ce699d095a0ad4f281ee0f2c # tags/v8.0.0^0
|
||||
source=("git+$url#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
|
Loading…
Reference in a new issue