Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
hunspell-es
Commits:
f48c6942 by Alejandro Ojeda GutiƩrrez at 2025-02-27T20:15:19+00:00
Set Hunspell as an optional dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hunspell-es
pkgver = 2.9
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/sbosio/rla-es
arch = any
@@ -72,7 +72,7 @@ pkgbase = hunspell-es
pkgname = hunspell-es_any
pkgdesc = Spanish (generic) hunspell dictionary
- depends = hunspell
+ optdepends = hunspell: the spell checking libraries and apps
provides = hunspell-dictionary
conflicts = hunspell-es
replaces = hunspell-es
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgbase=hunspell-es
pkgname=(hunspell-es_any hyphen-es mythes-es)
pkgver=2.9
-pkgrel=1
+pkgrel=2
epoch=1
arch=(any)
url='https://github.com/sbosio/rla-es'
@@ -71,7 +71,7 @@
sha256sums=('b08a1a0e3e044697f63a67184f591f7e2c37bbb53bbfbb4780bcbd84929d6e8c'
_package() {
pkgdesc="Spanish ($2) hunspell dictionary"
- depends=(hunspell)
+ optdepends=('hunspell: the spell checking libraries and apps')
provides=('hunspell-dictionary')
conflicts=(hunspell-es)
@@ -100,7 +100,7 @@ _package() {
package_hunspell-es_any() {
pkgdesc="Spanish (generic) hunspell dictionary"
- depends=(hunspell)
+ optdepends=('hunspell: the spell checking libraries and apps')
provides=('hunspell-dictionary')
conflicts=(hunspell-es)
replaces=(hunspell-es)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hunspell-es/-/commit/f48c6942940558439cc85c4408a223a5dba901a9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hunspell-es/-/commit/f48c6942940558439cc85c4408a223a5dba901a9
You're receiving this email because of your account on gitlab.archlinux.org.