mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/gitea to 1.11.5-1
This commit is contained in:
parent
9a9d07e734
commit
088e17ff9d
2 changed files with 6 additions and 6 deletions
|
@ -7,14 +7,14 @@
|
|||
# - don't check repo signature until author puts his keys on keyservers
|
||||
|
||||
pkgname=gitea
|
||||
pkgver=1.11.4
|
||||
pkgrel=2
|
||||
pkgver=1.11.5
|
||||
pkgrel=1
|
||||
pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
|
||||
arch=(x86_64)
|
||||
url="https://gitea.io"
|
||||
license=(MIT)
|
||||
depends=(git)
|
||||
makedepends=(git go-pie npm)
|
||||
makedepends=(go-pie npm)
|
||||
optdepends=(
|
||||
'mariadb: MariaDB support'
|
||||
'memcached: MemCached support'
|
||||
|
@ -25,7 +25,7 @@ optdepends=(
|
|||
'sqlite: SQLite support'
|
||||
)
|
||||
backup=('etc/gitea/app.ini')
|
||||
_tag=0f7c7bc3827f87c69a98d105addc1ba443cea024 # git rev-parse v${pkgver}
|
||||
_tag=0cb4aa8ee2abadc688902efbc5e2e512a402b2c5 # git rev-parse v${pkgver}
|
||||
source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}"
|
||||
gitea.tmpfiles
|
||||
gitea.service
|
||||
|
@ -34,7 +34,7 @@ source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}"
|
|||
sha256sums=('SKIP'
|
||||
'1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba'
|
||||
'7789b3f6699b9e111fa080226047cdc765e55ff49a3f72aac989c11c06c3e7e0'
|
||||
'2abc51ccd0086bb996194bb7fb241a3f26d84f518417c872b66a3db8970da7e4'
|
||||
'7e7b798b8ce035c1fb55993ece41c5efb6cad5922708866804fa50ada0cf9fa5'
|
||||
'1fb97d8c77f5e66fcbe65b7e0c04e683adfb77ce89217cec16f2da998131b0f4')
|
||||
validpgpkeys=(
|
||||
8C4033A23895237CB27D52D9D9B5613BEB813F99 # Matti Ranta <matti@mdranta.net> old RSA2048, retrieved from https://github.com/techknowlogick.gpg
|
||||
|
|
|
@ -1 +1 @@
|
|||
u gitea - "Gitea daemon user" /var/lib/gitea /usr/bin/bash
|
||||
u gitea - "Gitea daemon user" /var/lib/gitea /bin/bash
|
||||
|
|
Loading…
Reference in a new issue