summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrnmst/Franco Masotti2016-11-13 16:58:22 +0100
committerfrnmst/Franco Masotti2016-11-13 16:58:22 +0100
commit04426fd8cb72b06c4eddf929fa3f0fb724eea383 (patch)
tree0b7d58467d60171d6412f5faa7a3026d7faaac20
parentc1f5eeff9008cc40755decb5be9459354a8c6476 (diff)
downloadaur-04426fd8cb72b06c4eddf929fa3f0fb724eea383.tar.gz
Updated to new package version.
-rw-r--r--.SRCINFO4
-rw-r--r--.install11
-rw-r--r--PKGBUILD4
-rwxr-xr-xrun.sh8
4 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53ce5164fc01..e842376d0918 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rserve-sandbox-docker
pkgdesc = Docker spec for running Rserve in a sandbox
- pkgver = r23.845f51c
- pkgrel = 2
+ pkgver = r24.8499ca9
+ pkgrel = 1
url = https://github.com/frnmst/rserve-sandbox
install = .install
arch = x86_64
diff --git a/.install b/.install
index f1eb6745ec43..f7d1def0e2c6 100644
--- a/.install
+++ b/.install
@@ -22,9 +22,10 @@ post_install() {
rserve-sandbox-docker.service to run the server.\n\n"
}
-pre_remove() {
- # Remove /home/rserve
- # Remove rserve usr and grp
- # Remove rsd usr and grp
- :
+post_remove() {
+ printf "\n\nTo remove images and containters: rm -rf /var/lib/docker \
+as described in \
+https://docs.docker.com/engine/installation/linux/archlinux/#/uninstallation\n"
+ printf "You can also remove /home/rserve\n"
+ printf "as well as rserve and rsd users and groups.\n\n"
}
diff --git a/PKGBUILD b/PKGBUILD
index 573f9b7b5e50..cc002c2828c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Franco Masotti <franco dot masotti at student dot unife dot it>
# Contributor: Franco Masotti <franco dot masotti at student dot unife dot it>
pkgname=rserve-sandbox-docker
-pkgver=r23.845f51c
-pkgrel=2
+pkgver=r24.8499ca9
+pkgrel=1
pkgdesc="Docker spec for running Rserve in a sandbox"
arch=('x86_64')
url="https://github.com/frnmst/rserve-sandbox"
diff --git a/run.sh b/run.sh
index f78b479a03e8..79f3ffe582f3 100755
--- a/run.sh
+++ b/run.sh
@@ -108,20 +108,20 @@ startd()
#
# Copyright (C) 2016 frnmst (Franco Masotti) <franco.masotti@student.unife.it>
#
-# This file is part of cplint-installer.
+# This file is part of swish-installer.
#
-# cplint-installer is free software: you can redistribute it and/or modify
+# swish-installer is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
-# cplint-installer is distributed in the hope that it will be useful,
+# swish-installer is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with cplint-installer. If not, see <http://www.gnu.org/licenses/>.
+# along with swish-installer. If not, see <http://www.gnu.org/licenses/>.
#
#