aboutsummaryrefslogtreecommitdiffstats
path: root/community/gitea/APKBUILD
diff options
context:
space:
mode:
authorMura Li <mail@ctli.io>2019-03-30 07:11:19 +0800
committerAndy Postnikov <apostnikov@gmail.com>2019-04-05 00:52:29 +0300
commit6a8d8ac238e5bfea1447c5a534eb8d5c706dfb33 (patch)
tree7fad3dd144ca911c909cbaebda6053466a21cda6 /community/gitea/APKBUILD
parentc81b4acc699bdcad9ed8407ad40e176fb4b195bc (diff)
downloadaports-6a8d8ac238e5bfea1447c5a534eb8d5c706dfb33.tar.bz2
aports-6a8d8ac238e5bfea1447c5a534eb8d5c706dfb33.tar.xz
community/gitea: add missing build tag
Diffstat (limited to 'community/gitea/APKBUILD')
-rw-r--r--community/gitea/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD
index dae2f9aecf..7dca12fcda 100644
--- a/community/gitea/APKBUILD
+++ b/community/gitea/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=gitea
pkgver=1.7.5
-pkgrel=0
+pkgrel=1
pkgdesc="A self-hosted Git service written in Go"
url="https://gitea.io"
arch="all"
@@ -30,7 +30,7 @@ prepare() {
build() {
cd "$builddir"
export GOPATH="$srcdir"
- export TAGS="tidb sqlite"
+ export TAGS="tidb sqlite sqlite_unlock_notify"
export GITEA_VERSION="$pkgver"
unset LDFLAGS
make build