Add aarch64 to supported archs for Gogs and Gitea

This commit is contained in:
Martchus 2018-03-20 21:48:57 +01:00
parent c5d0397b84
commit 74813898a3
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ pkgver=1.1.4
pkgrel=2
#epoch=
pkgdesc='Self Hosted Git Service written in Go'
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://$_pkgname.io"
license=('MIT')
depends=('git>=1.7.1')

View File

@ -12,7 +12,7 @@ pkgver=0.11.34
pkgrel=2
epoch=1
pkgdesc='Self Hosted Git Service written in Go'
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://$_pkgname.io"
license=('MIT')
depends=('git>=1.7.1' 'pam')