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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sat Jan 26 15:29:37 UTC 2013


    Date: Saturday, January 26, 2013 @ 16:29:37
  Author: arodseth
Revision: 83017

upgpkg: groovy 2.1.0-1

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-26 15:16:16 UTC (rev 83016)
+++ PKGBUILD	2013-01-26 15:29:37 UTC (rev 83017)
@@ -5,7 +5,7 @@
 # Contributor: Andreas W. Hauser <andy-aur at splashground.de>
 
 pkgname=groovy
-pkgver=2.0.6
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk'
 arch=('any')
@@ -13,8 +13,9 @@
 license=('APACHE' 'BSD' 'custom')
 depends=('bash' 'java-environment')
 optdepends=('groovy-docs: html and pdf documentation for Groovy')
-source=("http://dist.codehaus.org/groovy/distributions/$pkgname-binary-$pkgver.zip")
-sha256sums=('f8f96175a288c03ce20f7ad40d94e0677d9f5a033ab1f639e2f7e6a7124e94b2')
+makedepends=('unzip')
+source=("http://dist.groovy.codehaus.org/distributions/groovy210/$pkgname-binary-$pkgver.zip")
+sha256sums=('df08d1496dd4dc3dab8536996602e67723ec566e961458486ae0ee83c2aaa629')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver/embeddable"




More information about the arch-commits mailing list