summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')