diff --git a/.SRCINFO b/.SRCINFO index 2e72537..1529593 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,13 @@ -# Generated by mksrcinfo v8 -# Mon Aug 8 09:34:46 UTC 2016 pkgbase = debian-archive-keyring pkgdesc = GnuPG archive keys of the Debian archive - pkgver = 2014.3 - pkgrel = 4 - url = http://packages.debian.org/sid/debian-archive-keyring + pkgver = 2017.5 + pkgrel = 1 + url = http://packages.debian.org/stretch/debian-archive-keyring arch = any license = GPL depends = gnupg - source = http://httpredir.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2014.3_all.deb - md5sums = 02b6818bd7cada9ef9d24534290b559c + source = https://deb.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2017.5_all.deb + sha256sums = 6a38407c47fefad2d8459dc271d109f1841ee857f993ed3ce2884e33f7f0f734 pkgname = debian-archive-keyring diff --git a/PKGBUILD b/PKGBUILD index eca8b7c..f969ad4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,16 @@ +# Maintainer: Arti Zirk # Maintainer: Hyacinthe Cartiaux pkgname=debian-archive-keyring -pkgver=2014.3 -pkgrel=4 +pkgver=2017.5 +pkgrel=1 pkgdesc="GnuPG archive keys of the Debian archive" arch=('any') -url="http://packages.debian.org/sid/debian-archive-keyring" +url="http://packages.debian.org/stretch/debian-archive-keyring" license=('GPL') depends=('gnupg') -source=("http://httpredir.debian.org/debian/pool/main/d/debian-archive-keyring/${pkgname}_${pkgver}_all.deb") -md5sums=('02b6818bd7cada9ef9d24534290b559c') +source=("https://deb.debian.org/debian/pool/main/d/debian-archive-keyring/${pkgname}_${pkgver}_all.deb") +sha256sums=('6a38407c47fefad2d8459dc271d109f1841ee857f993ed3ce2884e33f7f0f734') package() { tar xvf "${srcdir}/data.tar.xz" -C "${pkgdir}/"