summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2014-10-27 16:08:04 +0100
committerHyacinthe Cartiaux2015-06-08 22:18:57 +0200
commit775bc6dff2e66ec9ec7541aa95a9303a35f0baac (patch)
treeac2aef5b15d34aa46d922e7e60ca53ba3e8007d7
parenta92678c0b8710a6e5e92b00776c4e5904b578b91 (diff)
downloadaur-775bc6dff2e66ec9ec7541aa95a9303a35f0baac.tar.gz
[debian-archive-keyring] Update to 2014.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0f68595521c..210a7eeb8292 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index e84de4f1916b..b8922225661b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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: