[arch-commits] Commit in base/trunk (PKGBUILD)

Levente Polyak anthraxx at gemini.archlinux.org
Tue Jan 25 19:31:21 UTC 2022


    Date: Tuesday, January 25, 2022 @ 19:31:20
  Author: anthraxx
Revision: 435130

upgpkg: base 3-1: add archlinux-keyring

Fix technically correct dependency declaration between base, pacman and
archlinux-keyring by pulling in the keyring via base.

Fixes FS#62826 https://bugs.archlinux.org/task/62826

Modified:
  base/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-25 19:05:12 UTC (rev 435129)
+++ PKGBUILD	2022-01-25 19:31:20 UTC (rev 435130)
@@ -3,8 +3,8 @@
 # Contributor: Eli Schwartz <eschwartz at archlinux.org>
 
 pkgname=base
-pkgver=2
-pkgrel=2
+pkgver=3
+pkgrel=1
 pkgdesc='Minimal package set to define a basic Arch Linux installation'
 url='https://www.archlinux.org'
 arch=('any')
@@ -20,7 +20,7 @@
   'gettext' 'pciutils' 'psmisc' 'shadow' 'util-linux' 'bzip2' 'gzip' 'xz'
 
   # distro defined requirements
-  'licenses' 'pacman' 'systemd' 'systemd-sysvcompat'
+  'licenses' 'pacman' 'archlinux-keyring' 'systemd' 'systemd-sysvcompat'
 
   # networking, ping, etc
   'iputils' 'iproute2'
@@ -29,3 +29,4 @@
 
 # vim: ts=2 sw=2 et:
 
+



More information about the arch-commits mailing list