Skip to content
Snippets Groups Projects
Commit ea5ff133 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

main/gnupg: move gpg2 from -utils to gpg subpackage

This was a mistake.
parent c221491b
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
pkgname=gnupg pkgname=gnupg
pkgver=2.2.29 pkgver=2.2.29
_ver=${pkgver/_beta/-beta} _ver=${pkgver/_beta/-beta}
pkgrel=3 pkgrel=4
pkgdesc="GNU Privacy Guard 2 - meta package for full GnuPG suite" pkgdesc="GNU Privacy Guard 2 - meta package for full GnuPG suite"
url="https://www.gnupg.org/" url="https://www.gnupg.org/"
arch="all" arch="all"
...@@ -153,6 +153,7 @@ gpg() { ...@@ -153,6 +153,7 @@ gpg() {
provider_priority=100 # highest (other provider of cmd:gpg is gnupg1) provider_priority=100 # highest (other provider of cmd:gpg is gnupg1)
amove usr/bin/gpg amove usr/bin/gpg
amove usr/bin/gpg2
} }
gpgconf() { gpgconf() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment