[arch-commits] Commit in google-glog/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Mar 24 10:52:46 UTC 2019


    Date: Sunday, March 24, 2019 @ 10:52:45
  Author: arojas
Revision: 443319

Update to 0.4.0

Modified:
  google-glog/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-24 10:49:30 UTC (rev 443318)
+++ PKGBUILD	2019-03-24 10:52:45 UTC (rev 443319)
@@ -2,8 +2,8 @@
 # Contributor: Ian Yang <doit.ian at gmail.com>
 
 pkgname=google-glog
-pkgver=0.3.5
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
 pkgdesc="Logging library for C++"
 arch=('x86_64')
 license=('custom:BSD3')
@@ -10,11 +10,12 @@
 url='https://github.com/google/glog'
 depends=('gcc-libs')
 source=("glog-$pkgver.tar.gz::https://github.com/google/glog/archive/v$pkgver.tar.gz")
-sha512sums=('a54a3b8b4b7660d7558ba5168c659bc3c8323c30908a4f6a4bbc6f9cd899350f3243aabc720daebfdeb799b276b51ba1eaa1a0f83149c4e1a038d552ada1ed72')
+sha512sums=('b585f1819ade2075f6b61dc5aaca5c3f9d25601dba2bd08b6c49b96ac5f79db23c6b7f2042df003f7130497dd7241fcaa8b107d1f97385cb66ce52d3c554b176')
 
 build() {
   cd glog-$pkgver
 
+  ./autogen.sh
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list