mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gitea to 1.16.5-1
This commit is contained in:
parent
f508bd66b1
commit
fb17b45fab
1 changed files with 3 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
# - don't check repo signature until author puts his keys on keyservers
|
||||
|
||||
pkgname=gitea
|
||||
pkgver=1.16.4
|
||||
pkgver=1.16.5
|
||||
pkgrel=1
|
||||
pkgdesc="Painless self-hosted Git service, community managed."
|
||||
arch=(x86_64)
|
||||
|
@ -28,8 +28,8 @@ optdepends=(
|
|||
)
|
||||
checkdepends=(openssh)
|
||||
options=(!lto)
|
||||
_tag=8e2d483f4a56fdc5a44630c72954d1abfef2f125 # git rev-parse v${pkgver}
|
||||
source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}"
|
||||
_tag=a09c9e6a2687ce17f576cb849e018dfb68e9c532 # git rev-parse v${pkgver}
|
||||
source=(git+https://github.com/go-gitea/gitea.git#tag=${_tag}
|
||||
gitea.tmpfiles
|
||||
gitea.service
|
||||
gitea.sysusers)
|
||||
|
@ -56,7 +56,6 @@ pkgver() {
|
|||
|
||||
prepare() {
|
||||
cd ${pkgname}
|
||||
git cherry-pick -n 9bcbbd419fba4fc9eed724746a42e22028d47625
|
||||
make deps
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue