aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Fanninger2016-06-02 20:02:24 +0200
committerThomas Fanninger2016-06-02 20:02:24 +0200
commit1d77de4dc67a7c223c640b2d659cfa5ab835240a (patch)
treecd30f61a5b45599ef58f4f009d9da2636280fbd2
parent17d2f0f589ffbff4d54b275227b77c725cdb5362 (diff)
downloadaur-1d77de4dc67a7c223c640b2d659cfa5ab835240a.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 02723a97cbbc..f77adce18b7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jun 2 17:49:47 UTC 2016
+# Thu Jun 2 17:59:21 UTC 2016
pkgbase = gogs
pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language.
pkgver = 0.9.13
- pkgrel = 4
+ pkgrel = 5
epoch = 1
url = http://gogs.io/
install = gogs.install
diff --git a/PKGBUILD b/PKGBUILD
index 999a8535df1c..533f7ecd0319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gogs
_pkgname=${pkgname}
pkgver=0.9.13
-pkgrel=4
+pkgrel=5
epoch=1
pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language."
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() {