Date: Tuesday, February 21, 2023 @ 14:30:37 Author: alucryd Revision: 469329
upgpkg: tomcat9 9.0.72-1 Modified: tomcat9/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-21 13:36:27 UTC (rev 469328) +++ PKGBUILD 2023-02-21 14:30:37 UTC (rev 469329) @@ -2,7 +2,7 @@ # Contributor: Olli <[email protected]> pkgname=tomcat9 -pkgver=9.0.71 +pkgver=9.0.72 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=83ff421c4725bccfd7bec1a16b8ca3cb61bedd2a +_tag=7754d319b2a8866b5bcdf1ea0f35e68470320295 source=( git+https://github.com/apache/tomcat.git#tag=${_tag} tomcat9.service @@ -57,7 +57,6 @@ 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
