enchant2 ver. bump

This commit is contained in:
Rmys
2025-07-28 13:29:18 +03:00
parent ab0531a69e
commit 23f8d8b9cb
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -31,5 +31,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.rename("/usr/share/enchant/enchant.ordering", "enchant.ordering-2")
# pisitools.rename("/usr/share/enchant/enchant.ordering", "enchant.ordering-2")
pisitools.dodoc("AUTHORS", "NEWS")
+9 -4
View File
@@ -13,9 +13,7 @@
<IsA>library</IsA>
<Summary>Spellchecker wrapping library</Summary>
<Description>enchant is a library that wraps other spell checking backends.</Description>
<Archive sha1sum="1f0f0cb4862a76157dfeb7f966909aa6ea2d7811" type="targz">
https://github.com/AbiWord/enchant/releases/download/v2.3.3/enchant-2.3.3.tar.gz
</Archive>
<Archive sha1sum="bb495a049e3eec241ef5f1a67cf9c078abd2bddd" type="targz">https://github.com/AbiWord/enchant/releases/download/v2.8.11/enchant-2.8.11.tar.gz</Archive>
<BuildDependencies>
<Dependency>gnupg</Dependency>
<Dependency>hspell</Dependency>
@@ -41,7 +39,7 @@
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/enchant/enchant.ordering-2</Path>
<Path fileType="data">/usr/share/enchant-2/enchant.ordering</Path>
</Files>
</Package>
@@ -126,6 +124,13 @@
</Package>
<History>
<Update release="5">
<Date>2025-07-28</Date>
<Version>2.8.11</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2022-12-02</Date>
<Version>2.3.3</Version>