Date: Sunday, January 15, 2017 @ 18:11:49 Author: andyrtr Revision: 286640
https sources / gpg signature fixes Modified: texi2html/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-15 18:01:31 UTC (rev 286639) +++ PKGBUILD 2017-01-15 18:11:49 UTC (rev 286640) @@ -10,8 +10,10 @@ url="http://www.nongnu.org/texi2html/" license=('GPL') depends=('perl') -source=("http://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2") -md5sums=('f15ac876fcdc8be865b16535f480aa54') +source=(https://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2{,.sig}) +sha256sums=('e8a98b0ee20c495a6ab894398a065ef580272dbd5a15b1b19e8bd1bc89d9f9fa' + 'SKIP') +validpgpkeys=('9804BBF566E198FCA15D5C215EC2A77F36ECC523') # "Patrice Dumas (Pertusus) <[email protected]>" build() { cd "$srcdir/$pkgname-$pkgver"
