Update to 2017.5
This commit is contained in:
parent
223fe24eb4
commit
576199f3ca
12
.SRCINFO
12
.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
|
||||
|
||||
|
11
PKGBUILD
11
PKGBUILD
@ -1,15 +1,16 @@
|
||||
# Maintainer: Arti Zirk <arti.zirk@gmail.com>
|
||||
# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
|
||||
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}/"
|
||||
|
Reference in New Issue
Block a user