[arch-commits] Commit in hunspell/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Jul 15 21:25:03 UTC 2010


    Date: Thursday, July 15, 2010 @ 17:25:02
  Author: andyrtr
Revision: 85555

upgpkg: hunspell 1.2.12-1
new version 1.2.12

Modified:
  hunspell/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-15 21:20:17 UTC (rev 85554)
+++ PKGBUILD	2010-07-15 21:25:02 UTC (rev 85555)
@@ -3,7 +3,7 @@
 # Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
 
 pkgname=hunspell
-pkgver=1.2.11
+pkgver=1.2.12
 pkgrel=1
 pkgdesc="Spell checker and morphological analyzer library and program"
 arch=('i686' 'x86_64')
@@ -13,16 +13,16 @@
 optdepends=('perl: for ispellaff2myspell')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
-md5sums=('8f57cdc4db091d69e1f682ed4d8ab282')
+md5sums=('5ef2dc1026660d0ffb7eae7b511aee23')
 
 build() {
   cd "$srcdir/hunspell-$pkgver"
   ./configure --prefix=/usr --disable-static \
-	--with-ui --with-readline --with-experimental || return 1
-  make || return 1
+	--with-ui --with-readline --with-experimental
+  make
 }
 
 package() {
   cd "$srcdir/hunspell-$pkgver"
-  make DESTDIR="$pkgdir" install || return 1
+  make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list