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

Andreas Radke andyrtr at nymeria.archlinux.org
Sat Jun 28 08:55:54 UTC 2014


    Date: Saturday, June 28, 2014 @ 10:55:54
  Author: andyrtr
Revision: 215531

upgpkg: hyphen 2.8.7-1

upstream update 2.8.7

Modified:
  hyphen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-28 08:51:10 UTC (rev 215530)
+++ PKGBUILD	2014-06-28 08:55:54 UTC (rev 215531)
@@ -3,7 +3,7 @@
 
 pkgbase=hyphen
 pkgname=('hyphen' 'hyphen-en')
-pkgver=2.8.6
+pkgver=2.8.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://hunspell.sf.net"
@@ -10,13 +10,10 @@
 license=('GPL2' 'LGPL2.1' 'MPL')
 makedepends=('glibc' 'perl')
 source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ee527b48ef1a7e95ee803a1f7c283c56')
+sha1sums=('ca565779e89ca299475e7eb993612b722c09e9e0')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  # libtool fix
-#  autoreconf -vfi
-  
   ./configure --prefix=/usr --disable-static
   make
 }




More information about the arch-commits mailing list