[arch-commits] Commit in tomcat8/trunk (PKGBUILD)
Guillaume Alaux
guillaume at archlinux.org
Wed Oct 26 16:08:15 UTC 2016
Date: Wednesday, October 26, 2016 @ 16:08:14
Author: guillaume
Revision: 279258
Add source files signature check
Modified:
tomcat8/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-26 15:44:15 UTC (rev 279257)
+++ PKGBUILD 2016-10-26 16:08:14 UTC (rev 279258)
@@ -16,12 +16,14 @@
etc/${pkgname}/tomcat-users.xml
etc/${pkgname}/web.xml)
install=${pkgname}.install
-source=(https://dist.apache.org/repos/dist/release/tomcat/tomcat-8/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
+source=(https://www.apache.org/dist/tomcat/tomcat-8/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz{,.asc}
systemd_${pkgname}.service
systemd_sysusers.d_${pkgname}.conf
systemd_tmpfiles.d_${pkgname}.conf)
+validpgpkeys=('A9C5DF4D22E99998D9875A5110C01C5A2F6059E7') # Mark E D Thomas <markt at apache.org>
sha256sums=('14ec853ec63a0f56afbe337b005968b22a02ad43b4b30c83e1fcbee0d23add3d'
+ 'SKIP'
'01ba022e06d6afa71f6f7d774e48c042c63eca9e06f0c95c92cf8d5a3828a8b2'
'02e7a1edb82ed117629189806d40c2c7b70ec994ecbafc11cb7dc7eec35af216'
'0dc1fdb537d3488756755f3fb713a9638597d4c68596f6f94f2707e8363cf5e2')
More information about the arch-commits
mailing list