[arch-commits] Commit in gflags/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Wed Mar 25 21:12:53 UTC 2015
Date: Wednesday, March 25, 2015 @ 22:12:53
Author: anatolik
Revision: 129919
upgpkg: gflags 2.1.2-1
Modified:
gflags/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-25 20:03:49 UTC (rev 129918)
+++ PKGBUILD 2015-03-25 21:12:53 UTC (rev 129919)
@@ -5,8 +5,8 @@
# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
pkgname=gflags
-pkgver=2.1.1
-pkgrel=4
+pkgver=2.1.2
+pkgrel=1
pkgdesc='C++ Library for commandline flag processing'
arch=(i686 x86_64)
url='https://github.com/schuhschuh/gflags'
@@ -14,7 +14,7 @@
depends=(gcc-libs)
makedepends=(cmake)
source=($pkgname-$pkgver.tar.gz::https://github.com/schuhschuh/gflags/archive/v$pkgver.tar.gz)
-sha256sums=('432edece8102fc141c2e3381e2eb5eabb1ce7614851cc96bdec4715105086238')
+sha256sums=('d8331bd0f7367c8afd5fcb5f5e85e96868a00fd24b7276fa5fcee1e5575c2662')
build() {
cd gflags-$pkgver
More information about the arch-commits
mailing list