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

Felix Yan felixonmars at archlinux.org
Sun May 23 06:51:13 UTC 2021


    Date: Sunday, May 23, 2021 @ 06:51:13
  Author: felixonmars
Revision: 942869

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-23 06:51:04 UTC (rev 942868)
+++ PKGBUILD	2021-05-23 06:51:13 UTC (rev 942869)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=debian-archive-keyring
-pkgver=2019.1
-pkgrel=2
-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:

Copied: debian-archive-keyring/repos/community-any/PKGBUILD (from rev 942868, debian-archive-keyring/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-23 06:51:13 UTC (rev 942869)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=debian-archive-keyring
+pkgver=2021.1.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=('338b410233d71d5c5c87d92cc154b98932f04f33e487d9d0000de3dcaa7816763161130f6cd5b6f8baabe527f6b60c6228c4f6ab60d268672fdd294575c0d9f7')
+
+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