[arch-commits] Commit in libphonenumber/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sat Sep 26 22:35:01 UTC 2020
Date: Saturday, September 26, 2020 @ 22:35:01
Author: heftig
Revision: 396666
8.12.9-1
Modified:
libphonenumber/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-26 22:34:47 UTC (rev 396665)
+++ PKGBUILD 2020-09-26 22:35:01 UTC (rev 396666)
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
pkgname=libphonenumber
-pkgver=8.12.7
+pkgver=8.12.9
pkgrel=1
pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers"
url="https://github.com/googlei18n/libphonenumber"
@@ -10,7 +10,7 @@
depends=(icu protobuf boost-libs)
makedepends=(boost cmake gtest git 'java-environment>=9')
provides=(libgeocoding.so libphonenumber.so)
-_commit=8022f424cb444d07a12807d3cbff5f78463c6a38 # tags/v8.12.7^0
+_commit=b2fe9d3aca30c9a1ca4297810457283c39ab5dd0 # tags/v8.12.9^0
source=("git+$url#commit=$_commit")
sha256sums=('SKIP')
@@ -28,7 +28,7 @@
CXXFLAGS+=" $CPPFLAGS"
CXXFLAGS+=" -Wno-error=deprecated-declarations" # readdir_r deprecation
CXXFLAGS+=" -Wno-error=unused-variable" # this is nuts
- cmake -H$pkgname/cpp -Bbuild \
+ cmake -S $pkgname/cpp -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
cmake --build build
@@ -39,5 +39,5 @@
}
package() {
- DESTDIR="$pkgdir" cmake --build build --target install
+ DESTDIR="$pkgdir" cmake --install build
}
More information about the arch-commits
mailing list