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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sat May 24 20:58:10 UTC 2014


    Date: Saturday, May 24, 2014 @ 22:58:09
  Author: arodseth
Revision: 111796

upgpkg: grails 2.4.0-1

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-24 20:55:06 UTC (rev 111795)
+++ PKGBUILD	2014-05-24 20:58:09 UTC (rev 111796)
@@ -3,13 +3,13 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=2.3.8
+pkgver=2.4.0
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 arch=('any')
 url='http://grails.org/'
 license=('APACHE')
-makedepends=('setconf' 'apache-ant' 'unzip')
+makedepends=('apache-ant' 'unzip')
 optdepends=('groovy: the groovy programming language'
             'grails-docs: documentation for grails')
 options=('!emptydirs')
@@ -17,17 +17,13 @@
 source=("http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[0]}-$pkgver.zip"
         "http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[1]}-$pkgver.zip"
         "$pkgbase.sh")
-sha256sums=('7da33dc1c5095a06e9ede4c077670a63d99035f3901472cbf756d6a240d5fb04'
-            '9548ee55604105429aac576a8b4c9ce2207ee0259541f2da80c3c49d0d4ac312'
+sha256sums=('5526764443a252530efcf2d7e7e9c566ff08d595ecdc76534ac611d7ae7ebf7d'
+            'c5ec90cfc12c39528830629178b5ab70ae7253a3cb41b993ee5a9d1d4b984b08'
             '15553ae56fd39f049edfa65a05413ef6d68ae37ed1ccc69570bf81e888239bf4')
 
 prepare() {
   cd "${pkgname[0]}-$pkgver"
 
-  # configure paths
-  setconf bin/grails DIRNAME /usr/share/grails
-  setconf bin/grails-debug DIRNAME /usr/share/grails
-
   # profile.d script
   echo 'export GRAILS_HOME=/usr/share/grails' > "$srcdir/$pkgbase.profile"
 }




More information about the arch-commits mailing list