[arch-commits] Commit in libphonenumber/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Jun 28 11:15:35 UTC 2016


    Date: Tuesday, June 28, 2016 @ 11:15:35
  Author: heftig
Revision: 270761

7.4.3-1

Modified:
  libphonenumber/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-28 11:06:11 UTC (rev 270760)
+++ PKGBUILD	2016-06-28 11:15:35 UTC (rev 270761)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 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)
@@ -11,7 +11,7 @@
 url="https://github.com/googlei18n/libphonenumber"
 license=("Apache")
 source=("$url/archive/$pkgname-$pkgver.tar.gz")
-sha256sums=('2d9d613bfb3611909ec681fd3e328bb0ec5e2fbcf12539599ae67a4446361d3a')
+sha256sums=('cf437788c958bda714124371fab2ffb484e7262674d3093c1d71cb29771375c2')
 
 prepare() {
   mkdir -p build
@@ -20,12 +20,12 @@
 build() {
   cd build
   cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver/cpp
-  make generate_geocoding_data all
+  make
 }
 
 check() {
   cd build
-  make test
+  make tests
 }
 
 package() {



More information about the arch-commits mailing list