summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2017-03-29 09:27:31 +0300
committersurefire2017-03-29 09:27:31 +0300
commit0961acb66ddf94e6855d26410008facef22b583e (patch)
tree6756dac284c148ebf1469097db238443c0993fe1
parent6f9744e0a928eb7c33534494ee5f9495c90874c2 (diff)
downloadaur-0961acb66ddf94e6855d26410008facef22b583e.tar.gz
add aarch64
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a05a6f3a82db..e339e5bbaa7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gogs-git
pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language.
- pkgver = 0.10.18.0313+4+f54bcba33
+ pkgver = 0.10.32.0328+0.11RC+2+abe7f7bc3
pkgrel = 1
epoch = 2
url = http://gogs.io/
@@ -9,6 +9,7 @@ pkgbase = gogs-git
arch = x86_64
arch = armv6h
arch = armv7h
+ arch = aarch64
license = MIT
makedepends = go
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 14352d26bae7..395b4e7c6c93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: surefire@cryptomile.net
pkgname=gogs-git
epoch=2
-pkgver=0.10.18.0313+4+f54bcba33
+pkgver=0.10.32.0328+0.11RC+2+abe7f7bc3
pkgrel=1
pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language."
-arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="http://gogs.io/"
license=('MIT')
depends=('git' 'sqlite')