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

Alexander Rødseth arodseth at archlinux.org
Sat Feb 15 11:36:54 UTC 2020


    Date: Saturday, February 15, 2020 @ 11:36:54
  Author: arodseth
Revision: 571433

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-15 11:36:48 UTC (rev 571432)
+++ PKGBUILD	2020-02-15 11:36:54 UTC (rev 571433)
@@ -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=1
-pkgdesc='Automate Clojure projects without setting your hair on fire'
-arch=(any)
-url='https://github.com/technomancy/leiningen'
-license=(EPL)
-depends=(bash 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=('2B72BF956E23DE5E830D50F6002AF007D1A7CC18') # 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 571432, leiningen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-15 11:36:54 UTC (rev 571433)
@@ -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.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:



More information about the arch-commits mailing list