summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJens John2016-04-26 00:22:21 +0900
committerJens John2016-04-26 00:22:21 +0900
commit7a2ee2e6bc18647cfc61481f9eaca6a81bf92b16 (patch)
treee15ff6b3f3970c48e66ee68722b2d7c3ffcb2066 /PKGBUILD
parent9d5bc5788d6a18b792e82afba2058d775b698aa2 (diff)
downloadaur-7a2ee2e6bc18647cfc61481f9eaca6a81bf92b16.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6eabaee484b..77b4534c9ea9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: 2ion <dev@2ion.de>
pkgname=forecast-git
pkgver=0.5.0
-pkgrel=5
+pkgrel=6
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' 'bash-completion' 'talloc' 'fuse')
-makedepends=('autoconf' 'automake' 'make' 'pkg-config')
+makedepends=('autoconf' 'automake' 'make' 'pkg-config' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('forecast::git+https://github.com/2ion/forecast.git#branch=master')