diff --git a/mingw-w64-enchant/PKGBUILD b/mingw-w64-enchant/PKGBUILD index 63ff883560..5af1ea492f 100644 --- a/mingw-w64-enchant/PKGBUILD +++ b/mingw-w64-enchant/PKGBUILD @@ -1,18 +1,17 @@ # Maintainer: Alexey Pavlov _realname=enchant - pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=1.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="Enchanting Spell Checking Library (mingw-w64)" arch=('any') url="http://www.abisource.com/" license=("LGPL-2.1+") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") depends=(${MINGW_PACKAGE_PREFIX}-gcc-libs - ${MINGW_PACKAGE_PREFIX}-glib2 - ${MINGW_PACKAGE_PREFIX}-hunspell) + ${MINGW_PACKAGE_PREFIX}-glib2 + ${MINGW_PACKAGE_PREFIX}-hunspell) options=('!libtool' 'strip' '!makeflags') source=("http://www.abisource.com/downloads/${_realname}/${pkgver}/${_realname}-${pkgver}.tar.gz") md5sums=('de11011aff801dc61042828041fb59c7') @@ -31,9 +30,14 @@ build() { --host=${MINGW_CHOST} \ --target=${MINGW_CHOST} \ --prefix=${MINGW_PREFIX} \ - --enable-ispell --enable-myspell --with-system-myspell \ - --disable-aspell --disable-voikko --disable-uspell \ - --disable-hspell --disable-zemberek + --enable-ispell \ + --enable-myspell \ + --with-system-myspell \ + --disable-aspell \ + --disable-voikko \ + --disable-uspell \ + --disable-hspell \ + --disable-zemberek make }