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

Guillaume Alaux guillaume at nymeria.archlinux.org
Sat May 24 11:27:54 UTC 2014


    Date: Saturday, May 24, 2014 @ 13:27:54
  Author: guillaume
Revision: 213542

Upstream release 7.0.54 - set dependency to java-runtime>=6

Modified:
  tomcat7/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-24 11:27:08 UTC (rev 213541)
+++ PKGBUILD	2014-05-24 11:27:54 UTC (rev 213542)
@@ -1,12 +1,12 @@
 # Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
 pkgname=tomcat7
-pkgver=7.0.53
+pkgver=7.0.54
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 3.0 and JavaServer Pages 2.2 technologies'
 arch=('any')
 url='http://tomcat.apache.org/'
 license=('APACHE')
-depends=('java-runtime>=7' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
+depends=('java-runtime>=6' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
 optdepends=('tomcat-native: to allow optimal performance in production environments')
 backup=(etc/${pkgname}/catalina.policy
         etc/${pkgname}/catalina.properties
@@ -21,7 +21,7 @@
         systemd_tmpfiles.d_${pkgname}.conf
         ${pkgname}.install)
 
-sha256sums=('f5e79d70ca7962d11abfc753e47b68a11fdfb4a409e76e2b7bd0a945f80f87c9'
+sha256sums=('f0316c128881c4df384771dc0da8f8e80d861385798e57d22fd4068f48ab8724'
             '7f2931a77b3da0dfce4886251c5bdfc186bf1ad60f6c01c3cafe0bab75034fb7'
             '4bfeb2f4462547bf15cb2b72db545c0531c70f8640fa79344d520ceea6812a93'
             '13df331dad3441f027c8b5964ba5bf420df3dc8faf0f96e071db981e8ea322f0')




More information about the arch-commits mailing list