[debian-archive-keyring] Update to 2014.1
This commit is contained in:
parent
a92678c0b8
commit
775bc6dff2
6
.SRCINFO
6
.SRCINFO
@ -1,13 +1,13 @@
|
|||||||
pkgbase = debian-archive-keyring
|
pkgbase = debian-archive-keyring
|
||||||
pkgdesc = GnuPG archive keys of the Debian archive
|
pkgdesc = GnuPG archive keys of the Debian archive
|
||||||
pkgver = 2012.4
|
pkgver = 2014.1
|
||||||
pkgrel = 2
|
pkgrel = 2
|
||||||
url = http://packages.debian.org/sid/debian-archive-keyring
|
url = http://packages.debian.org/sid/debian-archive-keyring
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL
|
license = GPL
|
||||||
depends = gnupg
|
depends = gnupg
|
||||||
source = http://ftp.fr.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2012.4_all.deb
|
source = http://ftp.fr.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2014.1_all.deb
|
||||||
md5sums = f27bae2cf146acab9e750fd379dc0ed7
|
md5sums = 9b646da32ce579dd06fcb25d31339888
|
||||||
|
|
||||||
pkgname = debian-archive-keyring
|
pkgname = debian-archive-keyring
|
||||||
|
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
|
# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
|
||||||
pkgname=debian-archive-keyring
|
pkgname=debian-archive-keyring
|
||||||
pkgver=2012.4
|
pkgver=2014.1
|
||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc="GnuPG archive keys of the Debian archive"
|
pkgdesc="GnuPG archive keys of the Debian archive"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -9,10 +9,10 @@ license=('GPL')
|
|||||||
depends=('gnupg')
|
depends=('gnupg')
|
||||||
|
|
||||||
source=(http://ftp.fr.debian.org/debian/pool/main/d/debian-archive-keyring/${pkgname}_${pkgver}_all.deb)
|
source=(http://ftp.fr.debian.org/debian/pool/main/d/debian-archive-keyring/${pkgname}_${pkgver}_all.deb)
|
||||||
md5sums=('f27bae2cf146acab9e750fd379dc0ed7')
|
md5sums=('9b646da32ce579dd06fcb25d31339888')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
tar xzvf ${srcdir}/data.tar.gz -C ${pkgdir}/
|
tar xvf ${srcdir}/data.tar.xz -C ${pkgdir}/
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 et:
|
# vim:set ts=2 sw=2 et:
|
||||||
|
Reference in New Issue
Block a user