[debian-archive-keyring] Update to 2014.3
This commit is contained in:
parent
775bc6dff2
commit
4babe9fc80
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 = 2014.1
|
pkgver = 2014.3
|
||||||
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_2014.1_all.deb
|
source = http://ftp.fr.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2014.3_all.deb
|
||||||
md5sums = 9b646da32ce579dd06fcb25d31339888
|
md5sums = 02b6818bd7cada9ef9d24534290b559c
|
||||||
|
|
||||||
pkgname = debian-archive-keyring
|
pkgname = debian-archive-keyring
|
||||||
|
|
||||||
|
4
PKGBUILD
4
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=2014.1
|
pkgver=2014.3
|
||||||
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,7 +9,7 @@ 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=('9b646da32ce579dd06fcb25d31339888')
|
md5sums=('02b6818bd7cada9ef9d24534290b559c')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
tar xvf ${srcdir}/data.tar.xz -C ${pkgdir}/
|
tar xvf ${srcdir}/data.tar.xz -C ${pkgdir}/
|
||||||
|
Reference in New Issue
Block a user