summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrnmst/Franco Masotti2016-12-03 14:49:53 +0100
committerfrnmst/Franco Masotti2016-12-03 14:49:53 +0100
commitcb568a29263512fe5d86c16c012386912b1a694a (patch)
treeaf3f03aedfef8a86864e776e6ed22882e9b4c86e
parent1b5383bde976a320adfe01dc456a93ca68edfd7b (diff)
downloadaur-cb568a29263512fe5d86c16c012386912b1a694a.tar.gz
Updated to new version.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xrun.sh11
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9e7ea1f1892..eb9b67565ad8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = swish
pkgdesc = SWI-Prolog for SHaring: a SWI-Prolog web IDE
pkgver = r1124.071295b
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/SWI-Prolog/swish
install = .install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 36be8f0a8be7..03d40740533a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Franco Masotti <franco dot masotti at student dot unife dot it>
pkgname=swish
pkgver=r1124.071295b
-pkgrel=3
+pkgrel=4
pkgdesc="SWI-Prolog for SHaring: a SWI-Prolog web IDE"
arch=('x86_64')
url="https://github.com/SWI-Prolog/swish"
diff --git a/run.sh b/run.sh
index cdabef6b9cd6..00acba6555cf 100755
--- a/run.sh
+++ b/run.sh
@@ -33,12 +33,12 @@ help()
{
cat<<-EOF
swish [OPTION]
-SWI-Prolog for SHaring: a SWI-Prolog web IDE integrated with the cplint suite
+SWI-Prolog for SHaring: a SWI-Prolog web IDE
Only a single option is permitted.
-h print this help
- -k kill swish-cplint
- -s start swish-cplint
+ -k kill swish
+ -s start swish
Exit status:
0 if OK,
@@ -60,6 +60,11 @@ killd()
fi
}
+init()
+{
+ :
+}
+
startd()
{
local pid=""