[arch-commits] Commit in debian-archive-keyring/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jun 27 17:29:51 UTC 2017


    Date: Tuesday, June 27, 2017 @ 17:29:51
  Author: felixonmars
Revision: 241271

archrelease: copy trunk to community-any

Added:
  debian-archive-keyring/repos/community-any/
  debian-archive-keyring/repos/community-any/PKGBUILD
    (from rev 241270, debian-archive-keyring/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: debian-archive-keyring/repos/community-any/PKGBUILD (from rev 241270, debian-archive-keyring/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2017-06-27 17:29:51 UTC (rev 241271)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=debian-archive-keyring
+pkgver=2017.5
+pkgrel=1
+pkgdesc="GnuPG archive keys of the Debian archive"
+arch=('any')
+url="http://packages.debian.org/sid/debian-archive-keyring"
+license=('GPL')
+depends=('gnupg')
+makedepends=('jetring')
+source=("https://ftp.de.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_$pkgver.tar.xz")
+sha512sums=('fe1e5103362ce2a2f9564e1906c0092cdd913ee2cb7437729c247c7fee51955d34acab3e7e9e42dc94dd91171d81bef9316f2b660b594e2e2f80d9f954b690c7')
+
+build() {
+  cd $pkgname-$pkgver
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list