summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Fanninger2015-11-30 17:15:37 +0100
committerThomas Fanninger2015-11-30 17:15:37 +0100
commitdd6efa538ed195bcd4f934c14bc31bde2d769449 (patch)
treef09531b3b0dd52009c7bd771900a498b74d327bf
parent0b7209ebda205bf30c30569ed96ba7de3207a174 (diff)
downloadaur-dd6efa538ed195bcd4f934c14bc31bde2d769449.tar.gz
correct bug with gogs user bash
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--gogs.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58373a6029cd..3a8cbbf61963 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 = 3148.e6b2a01
+ pkgver = 3166.9950f5a
pkgrel = 1
epoch = 1
url = http://gogs.io/
diff --git a/PKGBUILD b/PKGBUILD
index bbc82330b3f8..52a100c69cd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gogs-git-dev
_pkgname=gogs
_branch=develop
-pkgver=3148.e6b2a01
+pkgver=3166.9950f5a
pkgrel=1
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}."
diff --git a/gogs.install b/gogs.install
index 0402a43106df..ea3a8a227366 100644
--- a/gogs.install
+++ b/gogs.install
@@ -5,7 +5,7 @@ pre_install() {
if ! getent passwd gogs >/dev/null; then
useradd -m --system -c 'gogs daemon users' -g gogs -s /bin/false gogs
fi
- chsh gogs -s /usr/bin/bash
+ chsh gogs -s /bin/bash
}
post_install(){