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 77a2e550bc5b..0d962054081b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gflags-git
pkgdesc = C++ Library for commandline flag processing
- pkgver = 2.2.2.r40.ga386bd0
+ pkgver = 2.2.2.r47.ga738fdf
pkgrel = 1
url = https://github.com/gflags/gflags
arch = i686
@@ -9,11 +9,10 @@ pkgbase = gflags-git
makedepends = git
makedepends = cmake
depends = glibc
- provides = gflags
+ provides = gflags=2.2.2.r47.ga738fdf
conflicts = gflags
options = staticlibs
source = git+https://github.com/gflags/gflags.git
sha256sums = SKIP
pkgname = gflags-git
-
diff --git a/PKGBUILD b/PKGBUILD
index cf1e7f4ba37a..5a717337789d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=gflags-git
-pkgver=2.2.2.r40.ga386bd0
+pkgver=2.2.2.r47.ga738fdf
pkgrel=1
pkgdesc="C++ Library for commandline flag processing"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/gflags/gflags"
license=('BSD')
depends=('glibc')
makedepends=('git' 'cmake')
-provides=('gflags')
+provides=("gflags=$pkgver")
conflicts=('gflags')
options=('staticlibs')
source=("git+https://github.com/gflags/gflags.git")