[arch-commits] Commit in debian-archive-keyring/repos/community-any (2 files)
Felix Yan
felixonmars at archlinux.org
Sat Feb 17 03:12:57 UTC 2018
Date: Saturday, February 17, 2018 @ 03:12:56
Author: felixonmars
Revision: 295353
archrelease: copy trunk to community-any
Added:
debian-archive-keyring/repos/community-any/PKGBUILD
(from rev 295350, debian-archive-keyring/trunk/PKGBUILD)
Deleted:
debian-archive-keyring/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-17 03:12:54 UTC (rev 295352)
+++ PKGBUILD 2018-02-17 03:12:56 UTC (rev 295353)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=debian-archive-keyring
-pkgver=2017.6
-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=('0e0ab005974715888bb926ade07b633a9b095e528f78b8a9e188575e8b66fa95579975ffe595a8417e2ef575460d38f270a4d4c2aa5f61ea9b5e7505b47705aa')
-
-build() {
- cd $pkgname-$pkgver
- make -j1
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: debian-archive-keyring/repos/community-any/PKGBUILD (from rev 295350, debian-archive-keyring/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-02-17 03:12:56 UTC (rev 295353)
@@ -0,0 +1,26 @@
+# $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:
More information about the arch-commits
mailing list