diff options
author | root <root@rshg054.dnsready.net> | 2011-10-16 23:14:27 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-16 23:14:27 +0000 |
commit | d286d980d2ff42151e9bc81ec348c864c24f9cc4 (patch) | |
tree | 0df8ee0846c9886fd41db46eba16f7877d70af93 /extra/hyphen | |
parent | 8fd7bc607a8e4b26853b4263153a736767b163cd (diff) |
Sun Oct 16 23:14:27 UTC 2011
Diffstat (limited to 'extra/hyphen')
-rw-r--r-- | extra/hyphen/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/hyphen/PKGBUILD b/extra/hyphen/PKGBUILD index c50ecd886..feee6e8ff 100644 --- a/extra/hyphen/PKGBUILD +++ b/extra/hyphen/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 104194 2010-12-30 18:07:33Z andyrtr $ +# $Id: PKGBUILD 140476 2011-10-15 10:01:23Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> pkgbase=hyphen pkgname=('hyphen' 'hyphen-en') -pkgver=2.7.1 -pkgrel=2 +pkgver=2.8.3 +pkgrel=1 arch=('i686' 'x86_64') url="http://hunspell.sf.net" license=('GPL' 'LGPL' 'MPL') @@ -12,7 +12,7 @@ groups=() makedepends=('glibc' 'perl') options=('!libtool') source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz) -md5sums=('48a9f787f43a09c0a9b7b00cd1fddbbf') +md5sums=('86261f06c097d3e425a2f6d0b0635380') build() { cd "$srcdir/$pkgname-$pkgver" @@ -27,7 +27,7 @@ package_hyphen() { pkgdesc="library for high quality hyphenation and justification" depends=('glibc' 'perl') - cd "$srcdir/$pkgname-$pkgver" + cd "$srcdir/$pkgbase-$pkgver" make DESTDIR="$pkgdir/" install-libLTLIBRARIES make DESTDIR="$pkgdir/" install-binSCRIPTS make DESTDIR="$pkgdir/" install-includeHEADERS @@ -41,7 +41,7 @@ package_hyphen-en() { # arch=('any') optdepends=('hyphen: offers hyphenation library functions') - cd "$srcdir/$pkgname-$pkgver" + cd "$srcdir/$pkgbase-$pkgver" make DESTDIR="$pkgdir/" install-hyphDATA pushd ${pkgdir}/usr/share/hyphen/ |