summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9161557a619b..5d48d4235d73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
pkgname=gitea-tea
_pkgname=tea
-pkgver=0.2.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="Painless self-hosted Git service.."
arch=(x86_64)
url="https://gitea.io"
license=(MIT)
makedepends=(go-pie)
-_tag=12f38c892f5d34ea58edd6fda15e7f0691d8d7cd
-source=("git+https://gitea.com/gitea/tea.git#tag=${_tag}")
+source=("git+https://gitea.com/gitea/tea.git#tag=v${pkgver}")
sha256sums=(SKIP)
build() {