summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Fanninger2016-06-02 20:03:04 +0200
committerThomas Fanninger2016-06-02 20:03:04 +0200
commitc026e1c4270be4c31ffc512af37b0abb0ea4c1d0 (patch)
tree86fcf7af80a7cfb974b9e2a362696a0f0b0c189a
parent078d6bd154b37e292509c75882c7510fbfed831c (diff)
downloadaur-c026e1c4270be4c31ffc512af37b0abb0ea4c1d0.tar.gz
removed autostart of systemd service
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--gogs.install3
3 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7db9bc7c9c6d..3dbdab52632e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jun 2 17:52:31 UTC 2016
+# Thu Jun 2 18:02:58 UTC 2016
pkgbase = gogs-git-dev
pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. This is the current git version from branch develop.
pkgver = 3889.e9ae926
- pkgrel = 7
+ pkgrel = 8
epoch = 1
url = http://gogs.io/
install = gogs.install
diff --git a/PKGBUILD b/PKGBUILD
index d0e3a9336c4f..329dd3eac15d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=gogs-git-dev
_pkgname=gogs
_branch=develop
pkgver=3889.e9ae926
-pkgrel=7
+pkgrel=8
epoch=1
pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. This is the current git version from branch ${_branch}."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
diff --git a/gogs.install b/gogs.install
index ea3a8a227366..c016f01831e6 100644
--- a/gogs.install
+++ b/gogs.install
@@ -17,14 +17,11 @@ post_install(){
}
pre_upgrade(){
- systemctl stop gogs.service
-
pre_install $1
}
post_upgrade() {
post_install $1
- systemctl start gogs.service
}
pre_remove() {