summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrederik2017-08-19 21:42:39 +0200
committerfrederik2017-08-19 21:42:39 +0200
commit5a45dcae37a88d5ba9c3e1a13c15a9ab689df2cd (patch)
treeec425a1d96fa358ef1dcedd6152c489afac2ad70
parent6af69c04c70f90302c60a360ab3b4433b4d3f125 (diff)
downloadaur-5a45dcae37a88d5ba9c3e1a13c15a9ab689df2cd.tar.gz
fix arch array
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b16381e407a..aa68caf9b1ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Aug 8 15:04:20 UTC 2017
+# Sat Aug 19 19:42:17 UTC 2017
pkgbase = gitea
pkgdesc = Git with a cup of tea, forked from Gogs. Is a Self Hosted Git Service in the Go Programming Language.
pkgver = 1.1.3
pkgrel = 1
url = http://gitea.io
install = gitea.install
- arch = any
+ arch = x86_64
+ arch = i686
+ arch = arm
+ arch = armv6h
+ arch = armv7h
license = MIT
makedepends = go
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 84e4a3479e22..5ca96041cde2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=gitea
pkgver=1.1.3
pkgrel=1
pkgdesc='Git with a cup of tea, forked from Gogs. Is a Self Hosted Git Service in the Go Programming Language.'
-arch=('any')
+arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
url='http://gitea.io'
license=('MIT')
makedepends=('go' 'git')