mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/gitea to 1.9.1-1
This commit is contained in:
parent
b79e67f96b
commit
8e09b5f5f7
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# - don't check repo signature until author puts his keys on keyservers
|
||||
|
||||
pkgname=gitea
|
||||
pkgver=1.9.0
|
||||
pkgver=1.9.1
|
||||
pkgrel=1
|
||||
pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
|
||||
arch=(x86_64)
|
||||
|
@ -25,7 +25,8 @@ optdepends=(
|
|||
'sqlite: SQLite support'
|
||||
)
|
||||
backup=('etc/gitea/app.ini')
|
||||
_tag=3121f8d226ecf2df940c417008d1cf10070067e9 # git rev-parse v${pkgver}
|
||||
_tag=ab23e4b7f4cd0caafe0174c0e7ef6d651ba72889 # git rev-parse v${pkgver}
|
||||
#source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed"
|
||||
source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}"
|
||||
gitea.tmpfiles
|
||||
gitea.service
|
||||
|
|
Loading…
Reference in a new issue