[arch-commits] Commit in groovy/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sat Dec 6 20:11:42 UTC 2014
Date: Saturday, December 6, 2014 @ 21:11:42
Author: arodseth
Revision: 123552
upgpkg: groovy 2.3.8-1
Modified:
groovy/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-12-06 20:07:32 UTC (rev 123551)
+++ PKGBUILD 2014-12-06 20:11:42 UTC (rev 123552)
@@ -5,7 +5,7 @@
# Contributor: Andreas W. Hauser <andy-aur at splashground.de>
pkgname=groovy
-pkgver=2.3.7
+pkgver=2.3.8
pkgrel=1
pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk'
arch=('any')
@@ -16,7 +16,7 @@
makedepends=('gendesk')
source=("http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip"
"$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png")
-sha256sums=('38d6faaf3cae78d91852ab1be8070a7a7c5d206bd172f2cd7c0bb131e23e2525'
+sha256sums=('f672e65a4df49d9e9891fd38a3c55aff38f75bdedf282e16cfacc37d74b0fa39'
'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
prepare() {
@@ -25,7 +25,7 @@
--exec 'groovyConsole' --name 'Groovy Console'
# Set GROOVY_HOME correctly at the top of all the scripts.
- # This works, but there probably is an even better way to do this.
+ # This works, but there is probably an even better way to do this.
cd "$pkgname-$pkgver/embeddable"
for f in ../bin/*; do
sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
More information about the arch-commits
mailing list