summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentb2d34097c4317508cca5f2444f0136e1dd072942 (diff)
downloadaur-da346d40b2a8aef1ae941de931c42de6472c4773.tar.gz
bump to 0.5.0, couldn't easily figure out how to make PIE/RELRO executable, gave up
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}