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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Apr 10 14:26:32 UTC 2010


    Date: Saturday, April 10, 2010 @ 10:26:31
  Author: andyrtr
Revision: 77036

upgpkg: hunspell 1.2.9-1
new version 1.2.9

Modified:
  hunspell/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-10 14:25:40 UTC (rev 77035)
+++ PKGBUILD	2010-04-10 14:26:31 UTC (rev 77036)
@@ -3,21 +3,26 @@
 # Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
 
 pkgname=hunspell
-pkgver=1.2.8
-pkgrel=2
+pkgver=1.2.9
+pkgrel=1
 pkgdesc="Spell checker and morphological analyzer library and program"
 arch=('i686' 'x86_64')
 url="http://hunspell.sourceforge.net/"
 license=('GPL' 'LGPL' 'MPL')
 depends=('gcc-libs' 'readline')
+optdepends=('perl: for ispellaff2myspell')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
-md5sums=('1177af54a09e320d2c24015f29c3a93e')
+md5sums=('68dd2e8253d9a7930e9fd50e2d7220d0')
 
 build() {
   cd "$srcdir/hunspell-$pkgver"
   ./configure --prefix=/usr --disable-static \
 	--with-ui --with-readline --with-experimental || return 1
   make || return 1
+}
+
+package() {
+  cd "$srcdir/hunspell-$pkgver"
   make DESTDIR="$pkgdir" install || return 1
 }




More information about the arch-commits mailing list