From 035b6e60099789678869b01a198ac83ed6840e80 Mon Sep 17 00:00:00 2001 From: lemmi Date: Mon, 7 May 2018 14:17:01 +0200 Subject: [PATCH] gitea: add git runtime dependency --- srcpkgs/gitea/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template index 48e0cf6eb4c..38136fbf764 100644 --- a/srcpkgs/gitea/template +++ b/srcpkgs/gitea/template @@ -1,7 +1,7 @@ # Template file for 'gitea' pkgname=gitea version=1.4.0 -revision=3 +revision=4 build_style=go go_import_path="code.gitea.io/gitea" # This could be done with build options, but these are built in with the @@ -23,6 +23,7 @@ go_import_path="code.gitea.io/gitea" go_build_tags="bindata sqlite pam tidb" hostmakedepends="go-bindata" makedepends="sqlite-devel pam-devel" +depends="git" short_desc="Git with a cup of Tea" maintainer="Michael Aldridge " license="MIT"