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

Levente Polyak anthraxx at archlinux.org
Wed Feb 10 18:11:03 UTC 2016


    Date: Wednesday, February 10, 2016 @ 19:11:03
  Author: anthraxx
Revision: 161070

upgpkg: gradle 2.11-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-10 17:12:34 UTC (rev 161069)
+++ PKGBUILD	2016-02-10 18:11:03 UTC (rev 161070)
@@ -5,9 +5,9 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=2.10
+pkgver=2.11
 pkgrel=1
-pkgdesc=('A powerful build system for the JVM')
+pkgdesc='A 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=('4977eae3763f1f7e85ff30cbc6949ef7d15d239f4379476e7c416f4794811e64e60e04c3ddc01ca87673a742f8ca8e1e45ed52330c06f83ac8a19df8611f6fa3'
+sha512sums=('05be0ed4dbb085837020381537683e9ee29e974cf03bd9d7546cf571ea5e4b104b3559b5b60232b554310fd1825c142189d9f7bf5e93d94ac06e9875e69f8aee'
             'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
 package_gradle() {
@@ -46,7 +46,7 @@
 }
 
 package_gradle-doc() {
-  pkgdesc=('A powerful build system for the JVM (documentation and samples)')
+  pkgdesc='A 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='A powerful build system for the JVM (sources)'
   options=('!strip')
   optdepends=('gradle')
 



More information about the arch-commits mailing list