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

Jan Steffens heftig at archlinux.org
Thu May 25 22:30:11 UTC 2017


    Date: Thursday, May 25, 2017 @ 22:30:10
  Author: heftig
Revision: 296614

8.5.0-1

Modified:
  libphonenumber/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-25 22:22:20 UTC (rev 296613)
+++ PKGBUILD	2017-05-25 22:30:10 UTC (rev 296614)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=libphonenumber
-pkgver=8.4.1
-pkgrel=4
+pkgver=8.5.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)
@@ -10,7 +10,7 @@
 depends=(icu protobuf boost-libs)
 makedepends=(boost cmake gtest git java-environment)
 license=("Apache")
-_commit=02dbc0921cf503c548278b7aa8818ea5aa0b8ed3  # tags/v8.4.1^0
+_commit=52cff9d8837f6e224a78d712d4d8fa1863f77956  # tags/v8.5.0^0
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -26,6 +26,7 @@
 build() {
   cd build
   CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
   cmake ../$pkgname/cpp \
     -DCMAKE_INSTALL_PREFIX=/usr
   make



More information about the arch-commits mailing list