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

Jan Steffens heftig at archlinux.org
Sat Nov 12 17:31:55 UTC 2016


    Date: Saturday, November 12, 2016 @ 17:31:54
  Author: heftig
Revision: 280598

7.7.4-1

Modified:
  libphonenumber/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-12 17:06:41 UTC (rev 280597)
+++ PKGBUILD	2016-11-12 17:31:54 UTC (rev 280598)
@@ -2,21 +2,21 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=libphonenumber
-pkgver=7.7.0
-pkgrel=3
+pkgver=7.7.4
+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)
 depends=(icu protobuf boost-libs)
 makedepends=(boost cmake gtest git java-environment)
-url="https://github.com/googlei18n/libphonenumber"
 license=("Apache")
-_commit=1ec4d341c3cd13dc2ae05e0b372e85edfb41ee80
+_commit=fedbc7020703e479d61d907419217bb1f8da5348  # tags/v7.7.4^0
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^libphonenumber-//;s/-/+/g'
+  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list