summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bc7cfa67130..41c3b260c70c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = google-glog-static
url = https://github.com/google/glog
arch = x86_64
license = custom:BSD3
+ makedepends = cmake
depends = gcc-libs
provides = google-glog
conflicts = google-glog
diff --git a/PKGBUILD b/PKGBUILD
index bc368b95a6a5..75da8b018113 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Felix Yan <felixonmars@archlinux.org>
+# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
# Contributor: Ian Yang <doit.ian@gmail.com>
pkgname=google-glog-static
@@ -9,6 +9,7 @@ arch=('x86_64')
license=('custom:BSD3')
url='https://github.com/google/glog'
depends=('gcc-libs')
+makedepends=('cmake')
options=('staticlibs')
source=("glog-$pkgver.tar.gz::https://github.com/google/glog/archive/v$pkgver.tar.gz")
provides=('google-glog')