mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/libphonenumber to 7.7.4-1
This commit is contained in:
parent
721db81910
commit
00081ac67d
1 changed files with 5 additions and 5 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue