summarylogtreecommitdiffstats
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
parent7968539a0e8a902bed202c0a4d89b8b3880ca9cf (diff)
downloadaur-9a71486e34d5b6d4c9c9c606348be52bf66e45d4.tar.gz
bump to v0.3.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76a8ea23781b..06ed6b62a627 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gitea-tea
pkgdesc = Painless self-hosted Git service..
- pkgver = 0.2.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://gitea.io
arch = x86_64
license = MIT
makedepends = go-pie
- source = git+https://gitea.com/gitea/tea.git#tag=12f38c892f5d34ea58edd6fda15e7f0691d8d7cd
+ source = git+https://gitea.com/gitea/tea.git#tag=v0.3.1
sha256sums = SKIP
pkgname = gitea-tea
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() {