Date: Wednesday, October 26, 2016 @ 16:35:35
  Author: guillaume
Revision: 279281

Add source file signature check

Modified:
  apache-ant/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-10-26 16:22:02 UTC (rev 279280)
+++ PKGBUILD    2016-10-26 16:35:35 UTC (rev 279281)
@@ -10,14 +10,16 @@
 url='http://ant.apache.org/'
 license=('APACHE')
 makedepends=('java-environment' 'apache-ant' 'junit')
-source=(http://apache.org/dist/ant/source/${pkgbase}-${pkgver}-src.tar.bz2
+source=(https://www.apache.org/dist/ant/source/${pkgbase}-${pkgver}-src.tar.bz2{,.asc}
         apache-ant.sh
         apache-ant.csh
         apache-ant.install
         bin_ant
         ant.conf)
+validpgpkeys=('CE8075A251547BEE249BC151A2115AE15F6B8B72') # Stefan Bodewig
 
 sha256sums=('9e5c36759b81e0b16f2f1747631e81dc86fe904e45b413a6ca15d10b3282ab0b'
+            'SKIP'
             '182b9212610790966d3a018d3cbab2e5327dd9fd11dc15dd1f377853216f5718'
             '919a3ab1acae1d0d190fe6e0034b00975caab40e55359a720bfccd098fe2d995'
             '3de451d0f963ba96e83f4e068a8325e3d4fc42b1e5c4818e9d7962ed4f5393b3'

Reply via email to