summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJens John2015-10-08 20:33:48 +0200
committerJens John2015-10-08 20:33:48 +0200
commit01df0d658b0bede8c603a44362ec0eb56e6bf683 (patch)
treed365685ffc17f3be25cfcde4f7e004268852b6cc /PKGBUILD
parentee6cab80bcf5233a838c92a8aff11a4af51b9381 (diff)
downloadaur-01df0d658b0bede8c603a44362ec0eb56e6bf683.tar.gz
[0.5.0-2] Add make and pkg-config to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49f395a3089a..4421bb827625 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: 2ion <dev@2ion.de>
pkgname=forecast-git
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Query weather forecasts from forecast.io"
arch=('i686' 'x86_64')
url="https://github.com/2ion/forecast"
license=('GPL3')
depends=('json-c' 'curl' 'libconfig' 'ncurses' 'openssl' 'lz4')
-makedepends=('autoconf' 'automake')
+makedepends=('autoconf' 'automake' 'make' 'pkg-config')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('forecast::git+https://github.com/2ion/forecast.git#branch=master')