[arch-commits] Commit in leiningen/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Aug 7 19:38:04 UTC 2020


    Date: Friday, August 7, 2020 @ 19:38:04
  Author: arodseth
Revision: 671685

archrelease: copy trunk to community-any

Added:
  leiningen/repos/community-any/PKGBUILD
    (from rev 671684, leiningen/trunk/PKGBUILD)
Deleted:
  leiningen/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-07 19:37:59 UTC (rev 671684)
+++ PKGBUILD	2020-08-07 19:38:04 UTC (rev 671685)
@@ -1,31 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Marcel Campello <tucho at prafrentex.com.br>
-
-pkgname=leiningen
-pkgver=2.9.3
-pkgrel=1
-pkgdesc='Automate Clojure projects'
-arch=(any)
-url='https://github.com/technomancy/leiningen'
-license=(EPL)
-depends=(java-environment java-runtime)
-makedepends=(git)
-optdepends=('rlwrap: for readline support'
-            'leiningen-completions: completion scripts')
-source=("$url/releases/download/$pkgver/leiningen-$pkgver-standalone.zip"{,.asc}
-        "git+$url#commit=d4aec407c677a9672e2b0150c31e913bc05c429a") # tag: 2.9.3
-noextract=("leiningen-$pkgver-standalone.zip")
-validpgpkeys=('20242BACBBE95ADA22D0AFD7808A33D379C806C3') # Phil Hagelberg <phil at hagelb.org>
-sha256sums=('23e1df18bc97226d570f47335a8d543e1b759ea303544ea57d5309be3dedcbbb'
-            'SKIP'
-            'SKIP')
-
-package() {
-  install -Dm755 $pkgname/bin/lein-pkg "$pkgdir/usr/bin/lein"
-  install -Dm644 $pkgname/doc/lein.1 "$pkgdir/usr/share/man/man1/lein.1"
-  install -Dm644 "$srcdir/leiningen-$pkgver-standalone.zip" \
-                 "$pkgdir/usr/share/java/leiningen-$pkgver-standalone.jar"
-}
-
-# getver: github.com/technomancy/leiningen/releases
-# vim: ts=2 sw=2 et:

Copied: leiningen/repos/community-any/PKGBUILD (from rev 671684, leiningen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-07 19:38:04 UTC (rev 671685)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Marcel Campello <tucho at prafrentex.com.br>
+
+pkgname=leiningen
+pkgver=2.9.4
+pkgrel=1
+pkgdesc='Automate Clojure projects'
+arch=(any)
+url='https://github.com/technomancy/leiningen'
+license=(EPL)
+depends=(java-environment java-runtime)
+makedepends=(git)
+optdepends=('leiningen-completions: completion scripts'
+            'rlwrap: for readline support')
+source=("git+$url#commit=ee8b70e7858d61fd2fc7e0562e38df32f1585f7a" # tag: 2.9.4
+        "$url/releases/download/$pkgver/leiningen-$pkgver-standalone.zip"{,.asc})
+noextract=("leiningen-$pkgver-standalone.zip")
+validpgpkeys=('20242BACBBE95ADA22D0AFD7808A33D379C806C3') # Phil Hagelberg <phil at hagelb.org>
+sha256sums=('SKIP'
+            '0e3c339480347df0445317d329accbd4a578ebbd8d91e568e661feb1b388706c'
+            'SKIP')
+
+package() {
+  install -Dm755 $pkgname/bin/lein-pkg "$pkgdir/usr/bin/lein"
+  install -Dm644 $pkgname/doc/lein.1 "$pkgdir/usr/share/man/man1/lein.1"
+  install -Dm644 "$srcdir/leiningen-$pkgver-standalone.zip" \
+                 "$pkgdir/usr/share/java/leiningen-$pkgver-standalone.jar"
+}
+
+# getver: github.com/technomancy/leiningen/releases
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list