diff options
author | root <root@rshg054.dnsready.net> | 2012-07-14 00:01:45 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-14 00:01:45 +0000 |
commit | e0f65a739c6445de07de1585e72c230958d8f011 (patch) | |
tree | d6cfcd449768dbc82f5d5d539ea02333340652b7 /extra/hyphen | |
parent | 2aa5510e030a6ac8ec723dfd915a394b888e21c1 (diff) |
Sat Jul 14 00:01:45 UTC 2012
Diffstat (limited to 'extra/hyphen')
-rw-r--r-- | extra/hyphen/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/hyphen/PKGBUILD b/extra/hyphen/PKGBUILD index c73032877..05a453a1c 100644 --- a/extra/hyphen/PKGBUILD +++ b/extra/hyphen/PKGBUILD @@ -1,18 +1,17 @@ -# $Id: PKGBUILD 162738 2012-06-29 10:59:41Z andyrtr $ +# $Id: PKGBUILD 163474 2012-07-12 19:03:03Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> pkgbase=hyphen pkgname=('hyphen' 'hyphen-en') -pkgver=2.8.4 +pkgver=2.8.5 pkgrel=1 arch=('i686' 'x86_64') url="http://hunspell.sf.net" license=('GPL' 'LGPL' 'MPL') -groups=() makedepends=('glibc' 'perl') options=('!libtool') source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz) -md5sums=('a2f6010987e1c601274ab5d63b72c944') +md5sums=('15cf1c2e54869fefcdc4b8f9cca68633') build() { cd "$srcdir/$pkgname-$pkgver" |