[arch-commits] Commit in leiningen/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue Jun 15 11:35:21 UTC 2021
Date: Tuesday, June 15, 2021 @ 11:35:21
Author: arodseth
Revision: 963761
archrelease: copy trunk to community-any
Added:
leiningen/repos/community-any/PKGBUILD
(from rev 963760, leiningen/trunk/PKGBUILD)
Deleted:
leiningen/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-15 11:35:15 UTC (rev 963760)
+++ PKGBUILD 2021-06-15 11:35:21 UTC (rev 963761)
@@ -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.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
Copied: leiningen/repos/community-any/PKGBUILD (from rev 963760, leiningen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-15 11:35:21 UTC (rev 963761)
@@ -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.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
More information about the arch-commits
mailing list