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

Alexander Rødseth arodseth at archlinux.org
Fri Dec 18 16:48:28 UTC 2020


    Date: Friday, December 18, 2020 @ 16:48:28
  Author: arodseth
Revision: 778756

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-18 16:48:22 UTC (rev 778755)
+++ PKGBUILD	2020-12-18 16:48:28 UTC (rev 778756)
@@ -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.4
-pkgrel=2
-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=0e8839e1029c6424c758820484c0b7ce403c35d7" # 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 "$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 778755, leiningen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-18 16:48:28 UTC (rev 778756)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Marcel Campello <tucho at prafrentex.com.br>
+
+pkgname=leiningen
+pkgver=2.9.5
+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=5bbc1a1014dc734a8aad1829ce52fb2f1d9ae942" # tag: 2.9.5
+        "$url/releases/download/$pkgver/leiningen-$pkgver-standalone.zip"{,.asc})
+noextract=("leiningen-$pkgver-standalone.zip")
+validpgpkeys=('20242BACBBE95ADA22D0AFD7808A33D379C806C3') # Phil Hagelberg <phil at hagelb.org>
+sha256sums=('SKIP'
+            'df490c98bfe8d667bc5d83b80238528877234c285d0d48f61a4c8743c2db1eea'
+            'SKIP')
+
+package() {
+  install -Dm755 $pkgname/bin/lein "$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



More information about the arch-commits mailing list