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

Alexander Rødseth arodseth at archlinux.org
Thu Apr 16 13:24:15 UTC 2015


    Date: Thursday, April 16, 2015 @ 15:24:15
  Author: arodseth
Revision: 131474

upgpkg: groovy 2.4.3-1

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-16 13:07:29 UTC (rev 131473)
+++ PKGBUILD	2015-04-16 13:24:15 UTC (rev 131474)
@@ -5,7 +5,7 @@
 # Contributor: Andreas W. Hauser <andy-aur at splashground.de>
 
 pkgname=groovy
-pkgver=2.4.2
+pkgver=2.4.3
 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=('1c891c3403e3d2dcc2f91b2ea856b9e6c8cc076f614a1b27d5d91ccb7d7a6b0b'
+sha256sums=('b0c11d2ca5003956f1393138282a6e802af8c0033c5afdc8dc3af1e512e1dbe1'
             '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
 
 prepare() {
@@ -46,8 +46,6 @@
   find $pkgdir -name '*.bat' -exec rm {} \;
 
   # Package the APACHE license
-  install -Dm644 LICENSE.txt \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   install -Dm644 CLI-LICENSE.txt \
     "$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE"
 



More information about the arch-commits mailing list