aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Fanninger2015-10-18 15:10:53 +0200
committerThomas Fanninger2015-10-18 15:10:53 +0200
commit9173ec794d8f8de1cfb033d2e20e0cca3fd7b760 (patch)
treea6096eceda04c651f3d734f130762fc448678031
parent4cb64962d50b4d004eb7dabf4f347f9354833668 (diff)
downloadaur-9173ec794d8f8de1cfb033d2e20e0cca3fd7b760.tar.gz
Correct a PKGBUILD issue Part 2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac886938c23b..5bbef73c5d0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gogs
pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language.
pkgver = 0.6.15
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://gogs.io/
install = gogs.install
diff --git a/PKGBUILD b/PKGBUILD
index 4208d9331a73..19aedf705664 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gogs
_pkgname=${pkgname}
pkgver=0.6.15
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')