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

Jan Steffens heftig at gemini.archlinux.org
Fri Jan 21 13:43:29 UTC 2022


    Date: Friday, January 21, 2022 @ 13:43:29
  Author: heftig
Revision: 434846

8.12.41-1

Modified:
  libphonenumber/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-21 13:42:27 UTC (rev 434845)
+++ PKGBUILD	2022-01-21 13:43:29 UTC (rev 434846)
@@ -1,21 +1,21 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=libphonenumber
-pkgver=8.12.39
-pkgrel=3
+pkgver=8.12.41
+pkgrel=1
 pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers"
 url="https://github.com/googlei18n/libphonenumber"
 arch=(x86_64)
 license=(Apache)
 depends=(icu protobuf boost-libs)
-makedepends=(boost cmake gtest git 'java-environment>=9')
-_commit=b4e9b73792be6c9c5aeb6bc560dd95ab64623d4f  # tags/v8.12.39^0
+makedepends=(boost cmake gtest git)
+_commit=99a0ff4cdfad1b854d2b483265670f1fadc126de  # tags/v8.12.41^0
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
+  git describe --tags | sed 's/^libphonenumber-\|^v//;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list