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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Nov 6 13:55:40 UTC 2016


    Date: Sunday, November 6, 2016 @ 13:55:39
  Author: bpiotrowski
Revision: 279915

Use GPG and HTTPS to download sources

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-06 13:52:41 UTC (rev 279914)
+++ PKGBUILD	2016-11-06 13:55:39 UTC (rev 279915)
@@ -13,8 +13,10 @@
 makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 'python2'
              'lua' 'tcl' 'ruby' 'aspell' 'guile')
 optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('37c0388e5cb82fd3c3d1a533a5a5695d')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing key)
+source=(https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('37c0388e5cb82fd3c3d1a533a5a5695d'
+         'SKIP')
 
 prepare() {
   mkdir build



More information about the arch-commits mailing list