Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: archlinux-keyring 20220713-2: depend on pacman, add to base-d…
Browse files Browse the repository at this point in the history
…evel (FS#62826)

pacman-key is run by this package in an install scriptlet, so we need to make
sure that pacman gets installed first by depending on it.

Since pacman will in turn not depend on archlinux-keyring any longer, we need
to add archlinux-keyring to base-devel so that it gets installed in clean
chroots that only preinstall base-devel.

git-svn-id: file:///srv/repos/svn-packages/svn@451473 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
diabonas authored and svntogit committed Jul 19, 2022
1 parent 6a406dd commit f7a67eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion trunk/PKGBUILD
Expand Up @@ -4,12 +4,14 @@
pkgname=archlinux-keyring
_tag='ff4e031beb113fba80d2a08da1c21624bbb7ba84' # git rev-parse ${pkgver}
pkgver=20220713
pkgrel=1
pkgrel=2
pkgdesc='Arch Linux PGP keyring'
arch=('any')
url='https://gitlab.archlinux.org/archlinux/archlinux-keyring/'
license=('GPL3')
groups=('base-devel')
install=$pkgname.install
depends=('pacman')
makedepends=('git' 'python' 'sequoia-sq')
checkdepends=('python-coverage' 'python-pytest')
source=("archlinux-keyring::git+https://gitlab.archlinux.org/archlinux/archlinux-keyring.git#tag=${_tag}?signed")
Expand Down

0 comments on commit f7a67eb

Please sign in to comment.