summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn K. Luebs2020-07-16 09:04:20 -0400
committerJohn K. Luebs2020-07-16 09:04:20 -0400
commit9a71486e34d5b6d4c9c9c606348be52bf66e45d4 (patch)
treed556985c9c01840d11b3ee66005ae9358ea56381 /PKGBUILD
parent7968539a0e8a902bed202c0a4d89b8b3880ca9cf (diff)
downloadaur-9a71486e34d5b6d4c9c9c606348be52bf66e45d4.tar.gz
bump to v0.3.1
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() {