summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bique2015-11-19 16:55:15 +0100
committerAlexandre Bique2015-11-19 16:55:15 +0100
commitd9a5f274ad9db5fc219f25a4f5cc0d7c5bd5c049 (patch)
tree4151bbbd16cbadde5a90357a2a2498358cce0e58
parent9548d7e9b58c5c2b389ec37922c630f066c1a65d (diff)
downloadaur-d9a5f274ad9db5fc219f25a4f5cc0d7c5bd5c049.tar.gz
Update to 0.13.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--scissy.install2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 551341ccc562..cc85e340c253 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scissy
pkgdesc = Lightweight and standalone git repository server
- pkgver = 0.13.0
+ pkgver = 0.13.1
pkgrel = 1
url = https://githube.com/abique/scissy
install = scissy.install
@@ -22,7 +22,7 @@ pkgbase = scissy
source = scissy.service
source = scissy.tmpfiles
md5sums = SKIP
- md5sums = 7184c02ab052a3f27ff0e7eaefae88d0
+ md5sums = 0bbb3e6a2601df538c204d7439a5ced6
md5sums = 98690f1002f7d80af6cb9b939209a4dd
md5sums = 6c652e0203eb62fd67ed28bfa7fc9d0c
diff --git a/PKGBUILD b/PKGBUILD
index a675f64f6a25..9883683a27f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexandre Bique <bique.alexandre@gmail.com>
pkgname=scissy
-pkgver=0.13.0
+pkgver=0.13.1
pkgrel=1
pkgdesc="Lightweight and standalone git repository server"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ source=(
scissy.tmpfiles
)
md5sums=('SKIP'
- '7184c02ab052a3f27ff0e7eaefae88d0'
+ '0bbb3e6a2601df538c204d7439a5ced6'
'98690f1002f7d80af6cb9b939209a4dd'
'6c652e0203eb62fd67ed28bfa7fc9d0c')
install=scissy.install
diff --git a/scissy.install b/scissy.install
index 0c1dbcd80d8c..d0d065c14537 100644
--- a/scissy.install
+++ b/scissy.install
@@ -6,7 +6,7 @@ post_install() {
fi
if ! id scissy &>/dev/null ; then
- useradd -r -g scissy -d /var/lib/scissy -s /bin/nologin scissy
+ useradd -r -g scissy -d /var/lib/scissy -s /bin/bash scissy
fi
systemd-tmpfiles --create scissy.conf