summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-10 22:00:55 +0800
committerChocobo12023-04-10 22:00:55 +0800
commit9b87f3770560d7c8c6e561f87ce64f983f7dff04 (patch)
treec67b8d230ba398363a95ec19fefecfbcc2d32d80
parent526920410c5672f514e1701985491c2fb22b9ad9 (diff)
downloadaur-9b87f3770560d7c8c6e561f87ce64f983f7dff04.tar.gz
upgpkg: glog-git 0.6.0.r27.g6742834-1
-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')