mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
aspell, bump version (#10306)
This commit is contained in:
@@ -15,11 +15,14 @@ LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://ftpmirror.gnu.org/aspell/aspell-$portVersion.tar.gz
|
||||
https://ftp.gnu.org/gnu/aspell/aspell-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f9b77e515334a751b2e60daab5db23499e26c9209f5e7b7443b05235ad0226f2"
|
||||
CHECKSUM_SHA256="d6da12b34d42d457fa604e435ad484a74b2effcd120ff40acd6bb3fb2887d21b"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="15.3.1"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
aspell$secondaryArchSuffix = $portVersion compat >= 0.60
|
||||
cmd:aspell$secondaryArchSuffix = $portVersion compat >= 0.60
|
||||
@@ -31,8 +34,8 @@ PROVIDES="
|
||||
cmd:pspell_config$secondaryArchSuffix = $portVersion compat >= 0.60
|
||||
cmd:run_with_aspell$secondaryArchSuffix = $portVersion compat >= 0.60
|
||||
cmd:word_list_compress$secondaryArchSuffix = $portVersion compat >= 0.60
|
||||
lib:libaspell$secondaryArchSuffix = 15.1.5 compat >= 15
|
||||
lib:libpspell$secondaryArchSuffix = 15.1.5 compat >= 15
|
||||
lib:libaspell$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libpspell$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -41,8 +44,8 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
aspell${secondaryArchSuffix}_devel = $portVersion compat >= 0.60
|
||||
devel:libaspell$secondaryArchSuffix = 15.1.5 compat >= 15
|
||||
devel:libpspell$secondaryArchSuffix = 15.1.5 compat >= 15
|
||||
devel:libaspell$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libpspell$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
aspell$secondaryArchSuffix == $portVersion
|
||||
Reference in New Issue
Block a user