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

Alexander Rødseth arodseth at gemini.archlinux.org
Mon Sep 20 09:08:27 UTC 2021


    Date: Monday, September 20, 2021 @ 09:08:27
  Author: arodseth
Revision: 1018611

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   59 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-20 09:08:27 UTC (rev 1018610)
+++ PKGBUILD	2021-09-20 09:08:27 UTC (rev 1018611)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Marcel Campello <tucho at prafrentex.com.br>
-
-pkgname=leiningen
-pkgver=2.9.6
-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=034bcfd94e980582b05ee6a3a2a88c29708b8fba" # tag: 2.9.6
-        "$url/releases/download/$pkgver/leiningen-$pkgver-standalone.zip"{,.asc})
-noextract=("leiningen-$pkgver-standalone.zip")
-validpgpkeys=('20242BACBBE95ADA22D0AFD7808A33D379C806C3') # Phil Hagelberg <phil at hagelb.org>
-sha256sums=('SKIP'
-            '41c543f73eec4327dc20e60d5d820fc2a9dc772bc671610b9c385d9c4f5970b8'
-            '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

Copied: leiningen/repos/community-any/PKGBUILD (from rev 1018609, leiningen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-20 09:08:27 UTC (rev 1018611)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Marcel Campello <tucho at prafrentex.com.br>
+
+pkgname=leiningen
+pkgver=2.9.7
+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=7da7f3c3316a0737ec627a55ce794b30cc206a10" # tag: 2.9.7
+        "$url/releases/download/$pkgver/leiningen-$pkgver-standalone.jar"{,.asc})
+validpgpkeys=('6A2D483DB59437EBB97D09B1040193357D0606ED') # Phil Hagelberg <phil at hagelb.org>
+b2sums=('SKIP'
+        '1e0adb509eb514f6c034d072710301f3de6387d5cb3b587f9680ea56748ad6d81411b9b62c0db8b49101fd1f6eb4864f0f69469fb5d88f576feefa6aa90a865e'
+        '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.jar" \
+                 "$pkgdir/usr/share/java/leiningen-$pkgver-standalone.jar"
+}
+
+# getver: github.com/technomancy/leiningen/releases



More information about the arch-commits mailing list