aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Fanninger2016-03-07 07:10:33 +0100
committerThomas Fanninger2016-03-07 07:10:33 +0100
commit3debb58d2962337ec49a850c8f9181fda13fcb53 (patch)
tree269321249f8303b9afd4e07df162578bddcd464e
parent4b49f6fcb6af19f3b85a903e34532feec011d979 (diff)
downloadaur-3debb58d2962337ec49a850c8f9181fda13fcb53.tar.gz
bug in PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b560121c75cd..889f615a575d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Mar 7 06:08:51 UTC 2016
+# Mon Mar 7 06:10:16 UTC 2016
pkgbase = gogs
pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language.
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = http://gogs.io/
install = gogs.install
diff --git a/PKGBUILD b/PKGBUILD
index 7cbc884afa81..7bbb7a641741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gogs
_pkgname=${pkgname}
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')