[arch-commits] Commit in enchant/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Wed Jun 1 20:31:07 UTC 2011
Date: Wednesday, June 1, 2011 @ 16:31:07
Author: andyrtr
Revision: 126152
upgpkg: enchant 1.6.0-2
hunspell rebuild
Modified:
enchant/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-06-01 20:04:17 UTC (rev 126151)
+++ PKGBUILD 2011-06-01 20:31:07 UTC (rev 126152)
@@ -4,7 +4,7 @@
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 @@
./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
}
More information about the arch-commits
mailing list