mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/gitea to 1.15.8-1
This commit is contained in:
parent
15490ee3ac
commit
378decc149
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
# - don't check repo signature until author puts his keys on keyservers
|
||||
|
||||
pkgname=gitea
|
||||
pkgver=1.15.7
|
||||
pkgver=1.15.8
|
||||
pkgrel=1
|
||||
pkgdesc="Painless self-hosted Git service, community managed."
|
||||
arch=(x86_64)
|
||||
|
@ -26,7 +26,8 @@ optdepends=(
|
|||
'redis: Redis support'
|
||||
'sqlite: SQLite support'
|
||||
)
|
||||
_tag=fc7c22bfc0289dceab775241b20b4210e37f9af6 # git rev-parse v${pkgver}
|
||||
options=(!lto)
|
||||
_tag=cb1f4426e7932caf0c7a0c704d35b2090d711b2f # git rev-parse v${pkgver}
|
||||
source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}"
|
||||
gitea.tmpfiles
|
||||
gitea.service
|
||||
|
|
Loading…
Reference in a new issue