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

Antonio Rojas arojas at archlinux.org
Fri Apr 12 19:12:39 UTC 2019


    Date: Friday, April 12, 2019 @ 19:12:38
  Author: arojas
Revision: 350683

Update to 2.12.0

Modified:
  xerces2-java/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-12 19:09:56 UTC (rev 350682)
+++ PKGBUILD	2019-04-12 19:12:38 UTC (rev 350683)
@@ -3,21 +3,23 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xerces2-java
-pkgver=2.11.0
-pkgrel=4
+pkgver=2.12.0
+pkgrel=1
 pkgdesc="High performance fully compliant Java XML parser"
 arch=('any')
-url="http://xml.apache.org/xerces2-j"
+url="https://xml.apache.org/xerces2-j"
 license=('APACHE')
 depends=('java-runtime' 'java-resolver')
 provides=("java-xerces2=${pkgver}")
 conflicts=('java-xerces2')
 replaces=('java-xerces2')
-source=(http://archive.apache.org/dist/xerces/j/Xerces-J-bin.${pkgver}.tar.gz)
-sha512sums=('d1c2f85c6399c774cb3b2166056b8e8ed7c775d9c2f7af255e60294dbb00f8725d8001deea3abec4b175b6d4e49dbd64ec10d5bcb90c6ea967b51b492b9f7ebe')
+source=(http://archive.apache.org/dist/xerces/j/Xerces-J-bin.${pkgver}.tar.gz{,.asc})
+sha512sums=('1a65af6b48429c2967a393e6ff2d6d4bed602fbfc95d85ab4da3d7442eed4373134455dc4a2488ea80fe1ea142126a4774ded7a115e20b61552769acdcfb6261'
+            'SKIP')
+validpgpkeys=('4D8FB572FB6ADCFD69CBFE0D7B2586A6B5E25C3D') # Mukul Gandhi (CODE SIGNING KEY) <mukulg at apache.org>
 
 package() {
-  cd ${srcdir}/xerces-${pkgver//./_}
-  install -dm755 ${pkgdir}/usr/share/java
-  install -m644 {serializer,xercesImpl,xml-apis}.jar ${pkgdir}/usr/share/java/
+  cd xerces-${pkgver//./_}
+  install -dm755 "${pkgdir}"/usr/share/java
+  install -m644 {serializer,xercesImpl,xml-apis}.jar "${pkgdir}"/usr/share/java/
 }



More information about the arch-commits mailing list