summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-03-13 10:05:35 -0400
committerGuillaume Horel2019-03-13 10:05:35 -0400
commitba7d9562a50a8a0709da5c86f85068feb2745581 (patch)
tree6f3521914e1185557201f91d3347ffb0a4b9cc4d
parent06cf2863288930e43d9f0d60eafc7d8df34c0525 (diff)
downloadaur-ba7d9562a50a8a0709da5c86f85068feb2745581.tar.gz
update dependencies
-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')