Date: Wednesday, January 18, 2023 @ 08:49:23 Author: alucryd Revision: 466887
upgpkg: tomcat9 9.0.71-1 Modified: tomcat9/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-18 08:47:02 UTC (rev 466886) +++ PKGBUILD 2023-01-18 08:49:23 UTC (rev 466887) @@ -2,7 +2,7 @@ # Contributor: Olli <[email protected]> pkgname=tomcat9 -pkgver=9.0.70 +pkgver=9.0.71 pkgrel=1 pkgdesc='Open source implementation of the Java Servlet 4.0 and JavaServer Pages 2.3 technologies' arch=(any) @@ -30,7 +30,7 @@ etc/tomcat9/web.xml ) install=tomcat9.install -_tag=55a52d8475b8b3ec8ebda739f8c6b4fdeac173d9 +_tag=83ff421c4725bccfd7bec1a16b8ca3cb61bedd2a source=( git+https://github.com/apache/tomcat.git#tag=${_tag} tomcat9.service @@ -48,19 +48,16 @@ pkgver() { cd tomcat - _pkgver=$(git describe --tags) - if [[ ${_pkgver} != 9.* ]]; then exit 1 fi - echo ${_pkgver} } prepare() { cd tomcat - + git show 3dc3b15cd520534ba372d3bf029722c522d290eb -- build.properties.default | git apply # fix bnd partial update cp build.properties.default build.properties sed "/^base\.path=/c\base\.path=${srcdir}" -i build.properties sed "/^compile.debug=/c\compile.debug=false" -i build.properties @@ -69,10 +66,8 @@ build() { cd tomcat - export JAVA_HOME=/usr/lib/jvm/java-8-openjdk export PATH="$JAVA_HOME/bin:$PATH" - ant }
