summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12017-08-19 14:43:32 +0800
committerChocobo12017-08-19 14:43:32 +0800
commit5ce108c25f767e3d34b07960202815dc30bc3d0d (patch)
tree4677b5cc441c05cd8c711d74f1bda61f9e370228
parenta2a0d7108eab1659eb366abc82d30c7fd5182aea (diff)
downloadaur-5ce108c25f767e3d34b07960202815dc30bc3d0d.tar.gz
upgpkg: glog-git 0.3.4.r141.g2a6df66-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a99e84b87ba..bb52d03771c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = glog-git
pkgdesc = C++ implementation of the Google logging module
- pkgver = 0.3.4.r88.gda816ea
- pkgrel = 2
+ pkgver = 0.3.4.r141.g2a6df66
+ pkgrel = 1
url = https://github.com/google/glog
arch = i686
arch = x86_64
license = BSD
makedepends = git
- provides = glog
- conflicts = glog
+ provides = google-glog
+ conflicts = google-glog
+ options = staticlibs
source = git+https://github.com/google/glog.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 32fc6b4b405d..c477137dc146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=glog-git
-pkgver=0.3.4.r88.gda816ea
-pkgrel=2
+pkgver=0.3.4.r141.g2a6df66
+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=('glog')
-conflicts=('glog')
+provides=('google-glog')
+conflicts=('google-glog')
+options=('staticlibs')
source=('git+https://github.com/google/glog.git')
sha256sums=('SKIP')