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

main/gnupg: fix depends for -lang subpackage

parent 33c840a3
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=2 pkgrel=3
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"
...@@ -186,6 +186,7 @@ gpgv() { ...@@ -186,6 +186,7 @@ gpgv() {
lang() { lang() {
pkgdesc="Languages for package gnupg" pkgdesc="Languages for package gnupg"
depends=""
install_if="$pkgname=$pkgver-r$pkgrel lang" install_if="$pkgname=$pkgver-r$pkgrel lang"
replaces="$pkgname" # for backward compatibility replaces="$pkgname" # for backward compatibility
......
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