From ac4a4ee5410a20096c7a9163e0b953ca20e208b9 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 11 Aug 2019 18:22:05 -0700 Subject: [PATCH] gitea: update to 1.9.0. --- srcpkgs/gitea/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template index 37ceac44aed..95860a87a56 100644 --- a/srcpkgs/gitea/template +++ b/srcpkgs/gitea/template @@ -1,6 +1,6 @@ # Template file for 'gitea' pkgname=gitea -version=1.8.3 +version=1.9.0 revision=1 build_style=go go_import_path=code.gitea.io/gitea @@ -22,7 +22,7 @@ go_import_path=code.gitea.io/gitea # more resiliant to corrupted writes. go_build_tags="bindata sqlite pam tidb" go_ldflags=" -X main.Version=${version}" -hostmakedepends="go-bindata" +hostmakedepends="go-bindata git" makedepends="sqlite-devel pam-devel" depends="git" short_desc="Git with a cup of Tea" @@ -31,7 +31,7 @@ license="MIT" homepage="https://gitea.io" changelog="https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md" distfiles="https://github.com/go-gitea/gitea/archive/v${version}.tar.gz" -checksum=77ca5fe4468a94454c05c433eace1a7e282a588aeae268387d8651751f8d4e27 +checksum=e648227ebe6716fd53095cade7881fc547a76b2655cac4631ac254992a95b207 system_accounts="_gitea" _gitea_homedir="/var/lib/gitea" @@ -41,9 +41,7 @@ make_dirs="/var/lib/gitea 0755 _gitea _gitea conf_files="/etc/gitea.conf" pre_build() { - cd $GOSRCPATH make generate - cd $wrksrc } pre_install() {