[arch-commits] Commit in clojure/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sat Feb 15 15:18:44 UTC 2020


    Date: Saturday, February 15, 2020 @ 15:18:43
  Author: arodseth
Revision: 571631

upgpkg: clojure 1.10.1-5

* More consise package description
* Add leiningen to optdeps

Modified:
  clojure/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-15 14:55:40 UTC (rev 571630)
+++ PKGBUILD	2020-02-15 15:18:43 UTC (rev 571631)
@@ -8,13 +8,14 @@
 pkgname=clojure
 pkgver=1.10.1
 _toolver=507
-pkgrel=4
-pkgdesc='A dialect of Lisp for the JVM'
+pkgrel=5
+pkgdesc='Lisp dialect for the JVM'
 url='https://clojure.org/'
 arch=(any)
 license=(EPL)
 depends=(java-environment)
-optdepends=('rlwrap: friendly shell with readline support')
+optdepends=('leiningen: automate clojure projects'
+            'rlwrap: friendly shell with readline support')
 install=clojure.install
 source=("https://download.clojure.org/install/clojure-tools-$pkgver.$_toolver.tar.gz"
         clojure.sh)



More information about the arch-commits mailing list