[arch-commits] Commit in clojure/trunk (PKGBUILD clj.sh clojure.install)

Alexander Rødseth arodseth at archlinux.org
Wed Oct 1 09:16:13 UTC 2014


    Date: Wednesday, October 1, 2014 @ 11:16:12
  Author: arodseth
Revision: 119937

Now works with dash for /bin/sh

Modified:
  clojure/trunk/PKGBUILD
  clojure/trunk/clj.sh
  clojure/trunk/clojure.install

-----------------+
 PKGBUILD        |    6 +++---
 clj.sh          |    4 ++--
 clojure.install |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-01 08:56:28 UTC (rev 119936)
+++ PKGBUILD	2014-10-01 09:16:12 UTC (rev 119937)
@@ -6,12 +6,12 @@
 
 pkgname=clojure
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='LISP for the JVM'
 url='http://clojure.org/'
 arch=('any')
 license=('CPL')
-depends=('java-environment')
+depends=('java-environment' 'bash')
 makedepends=('java-environment' 'classpath' 'git' 'maven')
 optdepends=('rlwrap: friendlier shell with readline support')
 install='clojure.install'
@@ -19,7 +19,7 @@
         'clj.sh'
         "$pkgname.sh")
 sha256sums=('SKIP'
-            '1ef67b23b1df37420a0af7261abc7d168031952fb3b3c44e8de53db0885a1621'
+            '2194819fd417174351172d94e3ccff050479401ca883b57d325a349072200bee'
             'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
 
 build() {

Modified: clj.sh
===================================================================
--- clj.sh	2014-10-01 08:56:28 UTC (rev 119936)
+++ clj.sh	2014-10-01 09:16:12 UTC (rev 119937)
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/bin/bash
 #
-# A launcher script for Clojure programs. These environment variables can be
+# Launcher script for Clojure programs. These environment variables can be
 # used to configure the script:
 #
 #   CLOJURE_HOME

Modified: clojure.install
===================================================================
--- clojure.install	2014-10-01 08:56:28 UTC (rev 119936)
+++ clojure.install	2014-10-01 09:16:12 UTC (rev 119937)
@@ -1,5 +1,5 @@
-## arg 1:  the new package version
 post_install() {
-  echo 'Remember to relogin or source /etc/profile.d/clojure.sh manually'
+  echo 'Relogin or source /etc/profile.d/clojure.sh'
 }
 
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list