[arch-commits] Commit in groovy/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun Apr 14 15:14:03 UTC 2013


    Date: Sunday, April 14, 2013 @ 17:14:03
  Author: arodseth
Revision: 88218

upgpkg: groovy 2.1.3-1

Modified:
  groovy/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-14 12:33:35 UTC (rev 88217)
+++ PKGBUILD	2013-04-14 15:14:03 UTC (rev 88218)
@@ -5,7 +5,7 @@
 # Contributor: Andreas W. Hauser <andy-aur at splashground.de>
 
 pkgname=groovy
-pkgver=2.1.0
+pkgver=2.1.3
 pkgrel=1
 pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk'
 arch=('any')
@@ -14,10 +14,10 @@
 depends=('bash' 'java-environment')
 optdepends=('groovy-docs: html and pdf documentation for Groovy')
 makedepends=('unzip')
-source=("http://dist.groovy.codehaus.org/distributions/groovy210/$pkgname-binary-$pkgver.zip")
-sha256sums=('df08d1496dd4dc3dab8536996602e67723ec566e961458486ae0ee83c2aaa629')
+source=("http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip")
+sha256sums=('c8379e19da3f672036d0a9f7383fe7ba143276066077bff29d50c6cbab3f8c0b')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver/embeddable"
 
   ln -s "$pkgname-all-$pkgver.jar" "$pkgname-all.jar"




More information about the arch-commits mailing list