summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn K. Luebs2020-10-05 06:14:06 -0400
committerJohn K. Luebs2020-10-05 06:14:06 -0400
commitda346d40b2a8aef1ae941de931c42de6472c4773 (patch)
treed4f3d38c69fafe89235ac479ecd04b1fd36741f1
parentb2d34097c4317508cca5f2444f0136e1dd072942 (diff)
downloadaur-da346d40b2a8aef1ae941de931c42de6472c4773.tar.gz
bump to 0.5.0, couldn't easily figure out how to make PIE/RELRO executable, gave up
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c7b9f99558a..e0e6b3ed5b64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gitea-tea
pkgdesc = Painless self-hosted Git service..
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://gitea.io
arch = x86_64
license = MIT
makedepends = go-pie
- source = https://gitea.com/gitea/tea/archive/v0.4.0.tar.gz
- sha256sums = 689b67fac6200846633c66aa0a687371b20aa85a5d2d338a4e8f5f51b44d1b32
+ source = https://gitea.com/gitea/tea/archive/v0.5.0.tar.gz
+ sha256sums = 05586abda4f992380abe8bcbceca1f05b7c0198b62d172ee535f9e21b9afcac6
pkgname = gitea-tea
diff --git a/PKGBUILD b/PKGBUILD
index f0aa01de6f1b..f245f9114711 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=gitea-tea
_pkgname=tea
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="Painless self-hosted Git service.."
arch=(x86_64)
url="https://gitea.io"
license=(MIT)
makedepends=(go-pie)
-source=(https://gitea.com/gitea/tea/archive/v0.4.0.tar.gz)
-sha256sums=(689b67fac6200846633c66aa0a687371b20aa85a5d2d338a4e8f5f51b44d1b32)
+source=(https://gitea.com/gitea/tea/archive/v${pkgver}.tar.gz)
+sha256sums=('05586abda4f992380abe8bcbceca1f05b7c0198b62d172ee535f9e21b9afcac6')
build() {
cd ${_pkgname}