Date: Friday, August 1, 2014 @ 12:10:04 Author: arodseth Revision: 116683
upgpkg: groovy 2.3.6-1 Modified: groovy/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-08-01 09:47:03 UTC (rev 116682) +++ PKGBUILD 2014-08-01 10:10:04 UTC (rev 116683) @@ -5,7 +5,7 @@ # Contributor: Andreas W. Hauser <[email protected]> pkgname=groovy -pkgver=2.3.4 +pkgver=2.3.6 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=('5bba3b09f3f1b9c465f35e8bb26ab18dde59d46112c8d33f7671e5604a9b9a8a' +sha256sums=('5081ebbd3e6d1a5900c51b1c7d5d4629e3a8dcb8a9f3ff45a15b21e34237737b' '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba') prepare() { @@ -24,7 +24,8 @@ gendesk -f -n --pkgname "$pkgname" --pkgdesc 'Groovy programming language' \ --exec 'groovyConsole' --name 'Groovy Console' - # Set GROOVY_HOME correctly at the top of all the scripts + # Set GROOVY_HOME correctly at the top of all the scripts. + # This works, but there probably is 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
