diff options
author | root <root@rshg047.dnsready.net> | 2011-06-06 22:47:17 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-06 22:47:17 +0000 |
commit | 93a9cde1226d0c82849bc71ff4d481d3d2698dc1 (patch) | |
tree | 1f60e792a546a9484aec590ce687df8f0ec6c697 /extra/enchant | |
parent | c81b3455112a3b09a8341fc8c45a91bd92c15a12 (diff) |
Mon Jun 6 22:47:16 UTC 2011
Diffstat (limited to 'extra/enchant')
-rw-r--r-- | extra/enchant/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/enchant/PKGBUILD b/extra/enchant/PKGBUILD index f59305f2c..1f95981e7 100644 --- a/extra/enchant/PKGBUILD +++ b/extra/enchant/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 77532 2010-04-15 13:26:42Z andrea $ +# $Id: PKGBUILD 126152 2011-06-01 20:31:07Z andyrtr $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: dorphell <dorphell@archlinux.org> pkgname=enchant pkgver=1.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="A wrapper library for generic spell checking" arch=('i686' 'x86_64') url="http://www.abisource.com/enchant/" @@ -20,11 +20,11 @@ build() { ./configure --prefix=/usr \ --disable-static \ --disable-ispell \ - --with-myspell-dir=/usr/share/myspell || return 1 - make || return 1 + --with-myspell-dir=/usr/share/myspell + make } package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install || return 1 + make DESTDIR="${pkgdir}" install } |