mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libphonenumber to 7.4.3-1
This commit is contained in:
parent
8f87fc8e46
commit
c194e92021
1 changed files with 5 additions and 5 deletions
|
@ -5,8 +5,8 @@
|
|||
# - make -j1
|
||||
|
||||
pkgname=libphonenumber
|
||||
pkgver=7.2.5
|
||||
pkgrel=2
|
||||
pkgver=7.4.3
|
||||
pkgrel=1
|
||||
pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers"
|
||||
arch=(i686 x86_64)
|
||||
depends=(icu protobuf boost-libs)
|
||||
|
@ -14,7 +14,7 @@ makedepends=(boost cmake gtest)
|
|||
url="https://github.com/googlei18n/libphonenumber"
|
||||
license=("Apache")
|
||||
source=("$url/archive/$pkgname-$pkgver.tar.gz")
|
||||
sha256sums=('2d9d613bfb3611909ec681fd3e328bb0ec5e2fbcf12539599ae67a4446361d3a')
|
||||
sha256sums=('cf437788c958bda714124371fab2ffb484e7262674d3093c1d71cb29771375c2')
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -23,12 +23,12 @@ prepare() {
|
|||
build() {
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver/cpp
|
||||
make -j1 generate_geocoding_data all
|
||||
make -j1
|
||||
}
|
||||
|
||||
check() {
|
||||
cd build
|
||||
make test
|
||||
make tests
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue