summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Fanninger2016-06-02 20:02:46 +0200
committerThomas Fanninger2016-06-02 20:02:46 +0200
commit2822ee04eebffa3f7a50e1002112aaabe80bc7f6 (patch)
treeabc663584c731a5b0d72893d71f69dce630dfc31
parent51a5d89216c809452bfbce2fa579b0d47ed82611 (diff)
downloadaur-2822ee04eebffa3f7a50e1002112aaabe80bc7f6.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 e901a3fe1276..7535b6340fe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jun 2 17:52:04 UTC 2016
+# Thu Jun 2 18:02:35 UTC 2016
pkgbase = gogs-git
pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. This is the current git version from branch master.
pkgver = 3879.3c0c7a9
- pkgrel = 4
+ pkgrel = 5
epoch = 1
url = http://gogs.io/
install = gogs.install
diff --git a/PKGBUILD b/PKGBUILD
index 2d52ed9a4039..04b8e25d3b08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=gogs-git
_pkgname=gogs
_branch=master
pkgver=3879.3c0c7a9
-pkgrel=4
+pkgrel=5
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() {