summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Frilling2015-12-08 08:31:41 +0100
committerTobias Frilling2015-12-08 08:31:41 +0100
commit80f04cbe458617fbab5b49746ac67064d227617c (patch)
tree2a13c8e4c5884abb4dec004b716d0f297a033bf7
parentb9cdd28697e46e0baeaf9897249eb34807564679 (diff)
downloadaur-80f04cbe458617fbab5b49746ac67064d227617c.tar.gz
Update to 2.5.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc0b180d4bc1..1840a67c07f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Dec 8 07:31:27 UTC 2015
pkgbase = leiningen
pkgdesc = Automating Clojure projects without setting your hair on fire.
- pkgver = 2.5.2
+ pkgver = 2.5.3
pkgrel = 1
epoch = 1
url = http://github.com/technomancy/leiningen
@@ -10,9 +12,9 @@ pkgbase = leiningen
depends = bash
optdepends = rlwrap: for readline support
optdepends = leiningen-completions: completion scripts
- source = https://raw.github.com/technomancy/leiningen/fe48537e7d6e7a042729fe3cf16bb0b34679938f/bin/lein
- source = https://raw.github.com/technomancy/leiningen/fe48537e7d6e7a042729fe3cf16bb0b34679938f/doc/lein.1
- sha1sums = 872dab9cf888d5f3187221e469dd4f075c394b02
+ source = https://raw.github.com/technomancy/leiningen/574aabb9d4904fe1d28eda6c735b736433f85f0d/bin/lein
+ source = https://raw.github.com/technomancy/leiningen/574aabb9d4904fe1d28eda6c735b736433f85f0d/doc/lein.1
+ sha1sums = c8842f140d85b55cf7ddfca847d51dc9d1a843db
sha1sums = 290b634c0648e0710911aeee71f795401af6b2e7
pkgname = leiningen
diff --git a/PKGBUILD b/PKGBUILD
index 0f7fad36b26c..79d34e4cff46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Frilling <tobias@frilling-online.de>
pkgname=leiningen
-pkgver=2.5.2
+pkgver=2.5.3
pkgrel=1
epoch=1
pkgdesc="Automating Clojure projects without setting your hair on fire."
@@ -11,10 +11,10 @@ depends=('java-environment' 'bash')
optdepends=('rlwrap: for readline support'
'leiningen-completions: completion scripts')
-_commit="fe48537e7d6e7a042729fe3cf16bb0b34679938f"
+_commit="574aabb9d4904fe1d28eda6c735b736433f85f0d"
source=("https://raw.github.com/technomancy/leiningen/$_commit/bin/lein"
"https://raw.github.com/technomancy/leiningen/$_commit/doc/lein.1")
-sha1sums=('872dab9cf888d5f3187221e469dd4f075c394b02'
+sha1sums=('c8842f140d85b55cf7ddfca847d51dc9d1a843db'
'290b634c0648e0710911aeee71f795401af6b2e7')
package() {