summaryrefslogtreecommitdiff
path: root/user/enchant
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-10 10:38:42 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-10 10:38:42 +0000
commit6c95fabc52d22484939616a4057f2a7f728f825d (patch)
tree743bf7cd17916e3e72b7ddf68284f49a14d55a25 /user/enchant
parentf4dd34aee72def35af070eaa1543685c70786615 (diff)
downloadpackages-6c95fabc52d22484939616a4057f2a7f728f825d.tar.gz
packages-6c95fabc52d22484939616a4057f2a7f728f825d.tar.bz2
packages-6c95fabc52d22484939616a4057f2a7f728f825d.tar.xz
packages-6c95fabc52d22484939616a4057f2a7f728f825d.zip
user: untested bumps that can't be tested until gtk+ etc is built
Diffstat (limited to 'user/enchant')
-rw-r--r--user/enchant/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/user/enchant/APKBUILD b/user/enchant/APKBUILD
index a09bd4291..6bc4c0a40 100644
--- a/user/enchant/APKBUILD
+++ b/user/enchant/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer:
pkgname=enchant
-pkgver=1.6.1
-pkgrel=2
+pkgver=2.2.3
+pkgrel=0
pkgdesc="A wrapper library for generic spell checking"
url="https://abiword.github.io/enchant/"
arch="all"
@@ -10,11 +10,10 @@ subpackages="$pkgname-dev $pkgname-doc"
depends=""
makedepends="aspell-dev bash dbus-glib-dev file glib-dev hunspell-dev"
checkdepends="aspell-dict-en"
-source="https://github.com/AbiWord/enchant/releases/download/enchant-1-6-1/enchant-1.6.1.tar.gz
+source="https://github.com/AbiWord/enchant/releases/download/v$pkgver/enchant-$pkgver.tar.gz
hunspell-build-fix.patch"
build() {
- cd "$builddir"
CC="gcc" OBJC="gcc" ./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -24,14 +23,12 @@ build() {
}
check() {
- cd "$builddir"/tests
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="26c62dfa89ee40150db502651a2f876fba00569b7015f205dae27a029557effacff335bbe36124dbe6686537da2305bcab02592179d03e95fdf9741d54b98036 enchant-1.6.1.tar.gz
+sha512sums="abde9d6fec25edff694570455fd4c6e8e2e2c41a6b133bbb31a344761137a354cc1c655e53374cf712bf311c3732dc721e9ffd2dc933d78ec8ccf224350635d6 enchant-2.2.3.tar.gz
c0b7fd8fd00a81ea2c08ea7ce2bdffa826b5a3a0c06eacb818681f0f977d8e76c69f7938c10cdf71571cd1cbbf0e576d36fc74a41755fb570e047525195aeb99 hunspell-build-fix.patch"