aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorboosterdev2017-05-05 21:27:44 +0200
committerboosterdev2017-05-05 21:27:44 +0200
commit71500de5c61a14a479ec56c24078385049d4173b (patch)
tree779e6d6c453a1192ac1df1fbce321533dd21122d
parent71c34a4f9ed24ba114f624bafa402067ca3868fa (diff)
downloadaur-71500de5c61a14a479ec56c24078385049d4173b.tar.gz
added archtectures + epoch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58603c206c68..f7cd0d2548ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,14 @@
pkgbase = gogs
pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language.
pkgver = 0.11.4
- pkgrel = 1
+ pkgrel = 2
+ epoch = 1
url = http://gogs.io/
install = gogs.install
+ arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv7h
license = MIT
makedepends = go
makedepends = go-bindata-git
diff --git a/PKGBUILD b/PKGBUILD
index 483f66be30e9..aa5f7236a141 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
pkgname=gogs
gitver="v0.11.4"
pkgver="0.11.4"
-pkgrel=1
+pkgrel=2
+epoch=1
pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language."
-arch=('x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://gogs.io/"
license=('MIT')
depends=('git' 'sqlite')