upg enchant

This commit is contained in:
joborun linux 2023-03-13 19:48:43 +02:00
parent 64eea183ca
commit cce44279eb
2 changed files with 12 additions and 10 deletions

View File

@ -6,10 +6,9 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=enchant
pkgver=2.3.3
pkgrel=02
pkgver=2.3.4
pkgrel=01
pkgdesc="A wrapper library for generic spell checking"
arch=('x86_64')
url="https://abiword.github.io/enchant/"
depends=('glib2')
makedepends=('aspell' 'hunspell' 'hspell' 'nuspell' 'libvoikko')
@ -46,11 +45,14 @@ package() {
make DESTDIR="$pkgdir" install
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
license=('LGPL')
sha256sums=(3da12103f11cf49c3cf2fd2ce3017575c5321a489e5b9bfa81dd91ec413f3891) # enchant-2.3.3.tar.gz
arch=(x86_64)
license=(LGPL)
sha256sums=(1f7e26744db1c9a0fea61d2169f4e5c1ce435cf8c2731c37e3e4054119e994a0) # enchant-2.3.4.tar.gz
## 8a02f6e8f69d69dad91f0a3723905e3a0f674c0a8109c27a486681a7e4b5b415 enchant-2.3.4-01-x86_64.pkg.tar.lz

View File

@ -3,8 +3,8 @@
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=enchant
pkgver=2.3.3
pkgrel=2
pkgver=2.3.4
pkgrel=1
pkgdesc="A wrapper library for generic spell checking"
arch=('x86_64')
url="https://abiword.github.io/enchant/"
@ -19,7 +19,7 @@ optdepends=('aspell: for aspell based spell checking support'
'nuspell: for nuspell based spell checking support')
provides=('libenchant-2.so') # enchant_voikko.so enchant_nuspell.so enchant_hunspell.so enchant_hspell.so enchant_aspell.so)
source=("https://github.com/AbiWord/enchant/releases/download/v$pkgver/enchant-$pkgver.tar.gz")
sha512sums=('c97764a8f219033b440cbfb820624f54993b19ba1f38b56f20336889304f753c7c513008bb92cd1424bfbf528c2d473f35bef93d9140063612e3a270fd000deb')
sha512sums=('d109ab320ed84d6c9eec6c558c72a54d71ad30237c2bf11650b0e4030fbd9990a5ccf06a20851e46b6530279e1a9916b891cd394eefabc8812f7f92da62cbe1a')
prepare() {
cd $pkgname-$pkgver