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

Felix Yan felixonmars at archlinux.org
Tue Aug 20 10:31:17 UTC 2019


    Date: Tuesday, August 20, 2019 @ 10:31:17
  Author: felixonmars
Revision: 500249

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-20 10:31:05 UTC (rev 500248)
+++ PKGBUILD	2019-08-20 10:31:17 UTC (rev 500249)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=debian-archive-keyring
-pkgver=2017.7
-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://mirrors.kernel.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_$pkgver.tar.xz")
-sha512sums=('287bd80d94732ca2190d2bf4a422c5038ba2e83d8f7e02df9bcd874964fe1a4be4a22465a2db7da44c73db0a9a7b8556c2a4b3ce7671491294c277c9ca5acd96')
-
-build() {
-  cd $pkgname
-  make -j1
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: debian-archive-keyring/repos/community-any/PKGBUILD (from rev 500248, debian-archive-keyring/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-20 10:31:17 UTC (rev 500249)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=debian-archive-keyring
+pkgver=2019.1
+pkgrel=1
+pkgdesc="GnuPG archive keys of the Debian archive"
+arch=('any')
+url="https://packages.debian.org/sid/debian-archive-keyring"
+license=('GPL')
+depends=('gnupg')
+makedepends=('jetring')
+source=("https://mirrors.kernel.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_$pkgver.tar.xz")
+sha512sums=('9d0e56d728288e48f57fcefd7e95edfca6b7647f9d65208f6b4cae46e3635b0e5aa00de621d383072a2b047a7eb9b81097ea37975a15cdf4ca88e232c43c222c')
+
+build() {
+  cd $pkgname
+  make -j1
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list