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

Levente Polyak anthraxx at archlinux.org
Mon Nov 14 14:33:33 UTC 2016


    Date: Monday, November 14, 2016 @ 14:33:32
  Author: anthraxx
Revision: 195691

upgpkg: gradle 3.2-1

Modified:
  gradle/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-14 14:33:29 UTC (rev 195690)
+++ PKGBUILD	2016-11-14 14:33:32 UTC (rev 195691)
@@ -5,9 +5,9 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=3.1
+pkgver=3.2
 pkgrel=1
-pkgdesc='A powerful build system for the JVM'
+pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
 arch=('any')
 license=('Apache')
@@ -14,7 +14,7 @@
 depends=('java-environment' 'bash')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
         ${pkgbase}.sh)
-sha512sums=('d98061443f7c5bdd161a75a49efcc3cb0a46847e5d341a3116d44c1379dc5bb35ef4a75a1043649a9ed836d355c0ccd50a15638e5283bea66c37b95968051aa8'
+sha512sums=('f498badc1036a1b5eddcb2af31b813ca48ecc8743778d31deabd6a5ab71e09f9d45cff83bd3ac19ada7e85262bd087c215a39e908d576c4676b152230e70450c'
             'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
 package_gradle() {
@@ -46,7 +46,7 @@
 }
 
 package_gradle-doc() {
-  pkgdesc='A powerful build system for the JVM (documentation and samples)'
+  pkgdesc='Powerful build system for the JVM (documentation and samples)'
   options=('!strip')
   optdepends=('gradle')
 
@@ -62,7 +62,7 @@
 }
 
 package_gradle-src() {
-  pkgdesc='A powerful build system for the JVM (sources)'
+  pkgdesc='Powerful build system for the JVM (sources)'
   options=('!strip')
   optdepends=('gradle')
 



More information about the arch-commits mailing list