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

Alexander Rødseth arodseth at archlinux.org
Sun Oct 4 16:00:22 UTC 2015


    Date: Sunday, October 4, 2015 @ 18:00:21
  Author: arodseth
Revision: 142920

upgpkg: groovy 2.4.5-1

Modified:
  groovy/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-04 15:20:55 UTC (rev 142919)
+++ PKGBUILD	2015-10-04 16:00:21 UTC (rev 142920)
@@ -5,7 +5,7 @@
 # Contributor: Andreas W. Hauser <andy-aur at splashground.de>
 
 pkgname=groovy
-pkgver=2.4.4
+pkgver=2.4.5
 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/apache-$pkgname-binary-$pkgver.zip"
         "$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png")
-sha256sums=('a7cc1e5315a14ea38db1b2b9ce0792e35174161141a6a3e2ef49b7b2788c258c'
+sha256sums=('87e8e9af1f718b84c9bca5a8c42425aadb9e97d8e4ad64e0c91f7c1454cd4caa'
             '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
 
 prepare() {
@@ -45,9 +45,9 @@
   # Remove all DOS/Windows batch files
   find $pkgdir -name '*.bat' -exec rm {} \;
 
-  # Package the APACHE license
-  install -Dm644 CLI-LICENSE.txt \
-    "$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE"
+  # Package the license file
+  install -Dm644 LICENSE \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
   # Package the desktop shortcut for Groovy Console
   install -Dm644 "$srcdir/$pkgname.desktop" \
@@ -56,5 +56,5 @@
     "$pkgdir/usr/share/pixmaps/$pkgname.png"
 }
 
-# getver: -u 2 groovy-lang.org/download.html
+# getver: groovy-lang.org/changelogs.html
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list