mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/gitea to 1.9.4-1
This commit is contained in:
parent
281e51aaf1
commit
63bd9156fd
1 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
# - don't check repo signature until author puts his keys on keyservers
|
# - don't check repo signature until author puts his keys on keyservers
|
||||||
|
|
||||||
pkgname=gitea
|
pkgname=gitea
|
||||||
pkgver=1.9.1
|
pkgver=1.9.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
|
pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -25,8 +25,7 @@ optdepends=(
|
||||||
'sqlite: SQLite support'
|
'sqlite: SQLite support'
|
||||||
)
|
)
|
||||||
backup=('etc/gitea/app.ini')
|
backup=('etc/gitea/app.ini')
|
||||||
_tag=ab23e4b7f4cd0caafe0174c0e7ef6d651ba72889 # git rev-parse v${pkgver}
|
_tag=b3f57e124894124dc9de9c568e55065d8574786c # 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}"
|
source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}"
|
||||||
gitea.tmpfiles
|
gitea.tmpfiles
|
||||||
gitea.service
|
gitea.service
|
||||||
|
|
Loading…
Reference in a new issue