summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a6b11e6513d..82543ac94c64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = glog-git
pkgdesc = C++ implementation of the Google logging module
- pkgver = 0.4.0.r6.g4cc89c9
+ pkgver = 0.6.0.r27.g6742834
pkgrel = 1
url = https://github.com/google/glog
arch = i686
arch = x86_64
license = BSD
makedepends = git
- provides = google-glog
+ provides = google-glog=0.6.0.r27.g6742834
conflicts = google-glog
options = staticlibs
source = git+https://github.com/google/glog.git
sha256sums = SKIP
pkgname = glog-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d2e60e950da3..4eb6b98981c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=glog-git
-pkgver=0.4.0.r6.g4cc89c9
+pkgver=0.6.0.r27.g6742834
pkgrel=1
pkgdesc="C++ implementation of the Google logging module"
arch=('i686' 'x86_64')
url="https://github.com/google/glog"
license=('BSD')
makedepends=('git')
-provides=('google-glog')
+provides=("google-glog=$pkgver")
conflicts=('google-glog')
options=('staticlibs')
source=('git+https://github.com/google/glog.git')