[arch-commits] Commit in leiningen/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Mar 2 15:17:07 UTC 2020
Date: Monday, March 2, 2020 @ 15:17:06
Author: arodseth
Revision: 588539
archrelease: copy trunk to community-any
Added:
leiningen/repos/community-any/PKGBUILD
(from rev 588538, leiningen/trunk/PKGBUILD)
Deleted:
leiningen/repos/community-any/PKGBUILD
----------+
PKGBUILD | 61 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 31 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-02 15:14:35 UTC (rev 588538)
+++ PKGBUILD 2020-03-02 15:17:06 UTC (rev 588539)
@@ -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.1
-pkgrel=2
-pkgdesc='Automate Clojure projects'
-arch=(any)
-url='https://github.com/technomancy/leiningen'
-license=(EPL)
-depends=(java-environment)
-makedepends=(git)
-optdepends=('rlwrap: for readline support'
- 'leiningen-completions: completion scripts')
-source=("$url/releases/download/$pkgver/leiningen-$pkgver-standalone.zip"{,.asc}
- "git+$url#commit=f3864bc35d8280a8461b7f6c593b1919a75bef7f") # tag: 2.9.1
-noextract=("leiningen-$pkgver-standalone.zip")
-validpgpkeys=('20242BACBBE95ADA22D0AFD7808A33D379C806C3') # Phil Hagelberg <phil at hagelb.org>
-sha256sums=('ea7c831a4f5c38b6fc3926c6ad32d1d4b9b91bf830a715ecff5a70a18bda55f8'
- '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"
-}
-
-# vim: ts=2 sw=2 et:
Copied: leiningen/repos/community-any/PKGBUILD (from rev 588538, leiningen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-02 15:17:06 UTC (rev 588539)
@@ -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.2
+pkgrel=1
+pkgdesc='Automate Clojure projects'
+arch=(any)
+url='https://github.com/technomancy/leiningen'
+license=(EPL)
+depends=(java-environment)
+makedepends=(git)
+optdepends=('rlwrap: for readline support'
+ 'leiningen-completions: completion scripts')
+source=("$url/releases/download/$pkgver/leiningen-$pkgver-standalone.zip"{,.asc}
+ "git+$url#commit=df32368a84c3441b59d0310a991a3e10c91b28b8") # tag: 2.9.2
+noextract=("leiningen-$pkgver-standalone.zip")
+validpgpkeys=('20242BACBBE95ADA22D0AFD7808A33D379C806C3') # Phil Hagelberg <phil at hagelb.org>
+sha256sums=('09805bd809656794cfe7d9155fd4b8bea2646092318690bf68e3c379574a2d3c'
+ '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:
More information about the arch-commits
mailing list