@@ -1,6 +1,6 @@
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 = 3148.e6b2a01
+ pkgver = 3165.aaa3f1b
pkgrel = 1
epoch = 1
url = http://gogs.io/
@@ -4,7 +4,7 @@
pkgname=gogs-git
_pkgname=gogs
_branch=master
-pkgver=3148.e6b2a01
+pkgver=3165.aaa3f1b
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}."
@@ -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(){