[arch-commits] Commit in ubuntu-keyring/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Oct 18 14:10:31 UTC 2018


    Date: Thursday, October 18, 2018 @ 14:10:30
  Author: felixonmars
Revision: 396037

archrelease: copy trunk to community-any

Added:
  ubuntu-keyring/repos/community-any/PKGBUILD
    (from rev 396036, ubuntu-keyring/trunk/PKGBUILD)
Deleted:
  ubuntu-keyring/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-18 14:10:12 UTC (rev 396036)
+++ PKGBUILD	2018-10-18 14:10:30 UTC (rev 396037)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andre Vaillancourt <g.andre.vaillancourt at gmail.com>
-# Contributor: Thomas Weischuh <thomas t-8ch de>
-
-pkgname=ubuntu-keyring
-pkgver=2018.02.28
-pkgrel=1
-pkgdesc="GnuPG keys of the Ubuntu archive"
-arch=('any')
-url="http://mirrors.kernel.org/ubuntu/pool/main/u/ubuntu-keyring"
-license=('GPL')
-depends=('gnupg')
-source=("http://mirrors.kernel.org/ubuntu/pool/main/u/ubuntu-keyring/ubuntu-keyring_$pkgver.tar.gz")
-sha512sums=('60f3a792d095206466f4c39672affb261b4520fb7b5b9df47487741e0d6613cd1076fde0e30120bcbe161b170c41f7ec1bbb2c36cddf13ee69a457df00c36fa8')
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 keyrings/ubuntu-archive-keyring.gpg "$pkgdir"/usr/share/keyrings/ubuntu-archive-keyring.gpg
-  install -Dm644 keyrings/ubuntu-archive-removed-keys.gpg "$pkgdir"/usr/share/keyrings/ubuntu-archive-removed-keys.gpg
-  install -Dm644 keyrings/ubuntu-master-keyring.gpg "$pkgdir"/usr/share/keyrings/ubuntu-master-keyring.gpg
-  install -Dm644 keyrings/ubuntu-keyring-2012-archive.gpg "$pkgdir"/etc/apt/trusted.gpg.d/ubuntu-keyring-2012-archive.gpg
-  install -Dm644 keyrings/ubuntu-keyring-2012-cdimage.gpg "$pkgdir"/etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg
-}

Copied: ubuntu-keyring/repos/community-any/PKGBUILD (from rev 396036, ubuntu-keyring/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-18 14:10:30 UTC (rev 396037)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andre Vaillancourt <g.andre.vaillancourt at gmail.com>
+# Contributor: Thomas Weischuh <thomas t-8ch de>
+
+pkgname=ubuntu-keyring
+pkgver=2018.09.18.1
+_foldername=2018.09.18ubuntu1
+pkgrel=1
+pkgdesc="GnuPG keys of the Ubuntu archive"
+arch=('any')
+url="http://mirrors.kernel.org/ubuntu/pool/main/u/ubuntu-keyring"
+license=('GPL')
+depends=('gnupg')
+source=("http://mirrors.kernel.org/ubuntu/pool/main/u/ubuntu-keyring/ubuntu-keyring_$pkgver.tar.gz")
+sha512sums=('562221fc2cf4ff843e9fb16c40673e379ebaa82f12d092cff2454527a6e58ba5067abc5ef5950a82d089cad975de14cdaf01c9e29f98126da8e96a97168102f6')
+
+package() {
+  cd $pkgname-$_foldername
+  install -Dm644 keyrings/ubuntu-archive-keyring.gpg "$pkgdir"/usr/share/keyrings/ubuntu-archive-keyring.gpg
+  install -Dm644 keyrings/ubuntu-archive-removed-keys.gpg "$pkgdir"/usr/share/keyrings/ubuntu-archive-removed-keys.gpg
+  install -Dm644 keyrings/ubuntu-master-keyring.gpg "$pkgdir"/usr/share/keyrings/ubuntu-master-keyring.gpg
+  install -Dm644 keyrings/ubuntu-keyring-2012-archive.gpg "$pkgdir"/etc/apt/trusted.gpg.d/ubuntu-keyring-2012-archive.gpg
+  install -Dm644 keyrings/ubuntu-keyring-2012-cdimage.gpg "$pkgdir"/etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg
+}



More information about the arch-commits mailing list