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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Nov 29 19:31:19 UTC 2010


    Date: Monday, November 29, 2010 @ 14:31:18
  Author: andyrtr
Revision: 101604

upgpkg: hyphen 2.7-1
new version 2.7

Modified:
  hyphen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-29 19:20:06 UTC (rev 101603)
+++ PKGBUILD	2010-11-29 19:31:18 UTC (rev 101604)
@@ -3,7 +3,7 @@
 
 pkgbase=hyphen
 pkgname=('hyphen' 'hyphen-en')
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://hunspell.sf.net"
@@ -12,10 +12,13 @@
 makedepends=('glibc' 'perl')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b31c0293e05a7aa997475bd10c698d9d')
+md5sums=('181d3759b757f3c9d6300c12dbfa1ebc')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+  # libtool fix
+  autoreconf -vfi
+  
   ./configure --prefix=/usr --disable-static
   make
 }




More information about the arch-commits mailing list