2
0
Fork 0

[debian-archive-keyring] Update to 2014.1

This commit is contained in:
Hyacinthe Cartiaux 2014-10-27 16:08:04 +01:00
parent a92678c0b8
commit 775bc6dff2
2 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
pkgbase = debian-archive-keyring
pkgdesc = GnuPG archive keys of the Debian archive
pkgver = 2012.4
pkgver = 2014.1
pkgrel = 2
url = http://packages.debian.org/sid/debian-archive-keyring
arch = any
license = GPL
depends = gnupg
source = http://ftp.fr.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2012.4_all.deb
md5sums = f27bae2cf146acab9e750fd379dc0ed7
source = http://ftp.fr.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2014.1_all.deb
md5sums = 9b646da32ce579dd06fcb25d31339888
pkgname = debian-archive-keyring

View File

@ -1,6 +1,6 @@
# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
pkgname=debian-archive-keyring
pkgver=2012.4
pkgver=2014.1
pkgrel=2
pkgdesc="GnuPG archive keys of the Debian archive"
arch=('any')
@ -9,10 +9,10 @@ license=('GPL')
depends=('gnupg')
source=(http://ftp.fr.debian.org/debian/pool/main/d/debian-archive-keyring/${pkgname}_${pkgver}_all.deb)
md5sums=('f27bae2cf146acab9e750fd379dc0ed7')
md5sums=('9b646da32ce579dd06fcb25d31339888')
package() {
tar xzvf ${srcdir}/data.tar.gz -C ${pkgdir}/
tar xvf ${srcdir}/data.tar.xz -C ${pkgdir}/
}
# vim:set ts=2 sw=2 et: