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

Johannes Löthberg demize at archlinux.org
Sat Jul 2 11:11:31 UTC 2016


    Date: Saturday, July 2, 2016 @ 11:11:30
  Author: demize
Revision: 181785

Add back sig verification

Modified:
  python-sphinx/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-02 05:35:26 UTC (rev 181784)
+++ PKGBUILD	2016-07-02 11:11:30 UTC (rev 181785)
@@ -38,9 +38,11 @@
   'python2-mock'
 )
 
-source=("https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
 
-md5sums=('64ce2ec08d37ed56313a98232cbe2aee')
+validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E')
+md5sums=('64ce2ec08d37ed56313a98232cbe2aee'
+         'SKIP')
 
 prepare() {
   # souce duplication is required because makefile modify source code



More information about the arch-commits mailing list