summaryrefslogtreecommitdiff
path: root/extra/hyphen/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/hyphen/PKGBUILD')
-rw-r--r--extra/hyphen/PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/extra/hyphen/PKGBUILD b/extra/hyphen/PKGBUILD
index 946ce0fd2..a27a64924 100644
--- a/extra/hyphen/PKGBUILD
+++ b/extra/hyphen/PKGBUILD
@@ -1,22 +1,19 @@
-# $Id: PKGBUILD 198105 2013-10-30 12:49:16Z allan $
+# $Id: PKGBUILD 215532 2014-06-28 08:56:08Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
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"
-license=('GPL' 'LGPL' 'MPL')
+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
}