extra/libphonenumber to 7.7.4-1

This commit is contained in:
Kevin Mihelich 2016-11-21 13:23:30 +00:00
parent 721db81910
commit 00081ac67d

View file

@ -5,21 +5,21 @@
# - make -j1
pkgname=libphonenumber
pkgver=7.7.0
pkgrel=2
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() {