2
0
Fork 0

Pkgrel bump: quote the paths as requested by Alad

This commit is contained in:
Hyacinthe Cartiaux 2016-07-29 15:48:12 +02:00
parent 4babe9fc80
commit 2e86bf5a13
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,9 @@
# Generated by mksrcinfo v8
# Fri Jul 29 13:47:20 UTC 2016
pkgbase = debian-archive-keyring
pkgdesc = GnuPG archive keys of the Debian archive
pkgver = 2014.3
pkgrel = 2
pkgrel = 3
url = http://packages.debian.org/sid/debian-archive-keyring
arch = any
license = GPL

View File

@ -1,18 +1,18 @@
# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
pkgname=debian-archive-keyring
pkgver=2014.3
pkgrel=2
pkgrel=3
pkgdesc="GnuPG archive keys of the Debian archive"
arch=('any')
url="http://packages.debian.org/sid/debian-archive-keyring"
license=('GPL')
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=('02b6818bd7cada9ef9d24534290b559c')
package() {
tar xvf ${srcdir}/data.tar.xz -C ${pkgdir}/
tar xvf "${srcdir}/data.tar.xz" -C "${pkgdir}/"
}
# vim:set ts=2 sw=2 et: