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

Antonio Rojas arojas at archlinux.org
Tue Apr 9 21:14:21 UTC 2019


    Date: Tuesday, April 9, 2019 @ 21:14:20
  Author: arojas
Revision: 350505

https, pgp

Modified:
  junit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-09 21:11:08 UTC (rev 350504)
+++ PKGBUILD	2019-04-09 21:14:20 UTC (rev 350505)
@@ -4,11 +4,13 @@
 pkgrel=2
 pkgdesc='Simple JVM framework to write repeatable tests'
 arch=('any')
-url='http://junit.org/'
+url='https://junit.org/'
 license=('EPL')
 depends=('java-environment' 'java-hamcrest')
-source=(http://search.maven.org/remotecontent?filepath=${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.jar)
-sha512sums=('5974670c3d178a12da5929ba5dd9b4f5ff461bdc1b92618c2c36d53e88650df7adbf3c1684017bb082b477cb8f40f15dcf7526f06f06183f93118ba9ebeaccce')
+source=(https://search.maven.org/remotecontent?filepath=${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.jar{,.asc})
+sha512sums=('5974670c3d178a12da5929ba5dd9b4f5ff461bdc1b92618c2c36d53e88650df7adbf3c1684017bb082b477cb8f40f15dcf7526f06f06183f93118ba9ebeaccce'
+            'SKIP')
+validpgpkeys=('58E79B6ABC762159DC0B1591164BD2247B936711') # Marc Philipp (JUnit Development, 2014) <mail at marcphilipp.de>
 
 package() {
   install -D -m 644 ${srcdir}/${pkgname}-${pkgver}.jar ${pkgdir}/usr/share/java/${pkgname}-${pkgver}.jar



More information about the arch-commits mailing list