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

Guillaume Alaux guillaume at archlinux.org
Thu Nov 13 21:21:00 UTC 2014


    Date: Thursday, November 13, 2014 @ 22:21:00
  Author: guillaume
Revision: 226209

Upstream release 1.1.32

Modified:
  tomcat-native/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-13 20:42:14 UTC (rev 226208)
+++ PKGBUILD	2014-11-13 21:21:00 UTC (rev 226209)
@@ -2,17 +2,17 @@
 # Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
 
 pkgname=tomcat-native
-pkgver=1.1.31
+pkgver=1.1.32
 pkgrel=1
-pkgdesc='The Apache Tomcat Native Library'
+pkgdesc='Optional component for Tomcat to use certain native resources for performance, compatibility'
 arch=('i686' 'x86_64')
-url='http://tomcat.apache.org/'
+url='http://tomcat.apache.org/native-doc/'
 license=('APACHE')
-depends=('apr' 'openssl')
+depends=('apr')
 makedepends=('java-environment')
 options=('!emptydirs')
 source=(http://www.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz)
-sha256sums=('f60c12895ce91f5e7711dbeaab526bf09bb98c5b23a76164d4d214ae5ff8c149')
+sha256sums=('26936848f727e162f513bd2b5f7b2300d7d716a5e92e5f4ebcd0e1eff8e09584')
 
 build() {
   cd "${srcdir}/tomcat-native-${pkgver}-src/jni/native"
@@ -19,7 +19,7 @@
 
   ./configure \
     --prefix=/usr \
-    --with-java-home=${JAVA_HOME} \
+    --with-java-home=/usr/lib/jvm/default \
     --with-apr=/usr \
     --with-ssl=/usr
   make



More information about the arch-commits mailing list