diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-01 16:12:04 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-01 16:12:04 -0300 |
commit | ca8ab20a665411e312578954c85f1bd3913fc726 (patch) | |
tree | 98db13a83d797b74078d5b957f057a59cc91992b /extra/hyphen | |
parent | aee193a88b17ec5a5fa2b028f42dbe4161e3390d (diff) | |
parent | 55f2d1ab0ab1bd2f7c8c7c5cefeb45f7c457a5d9 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/systemd/PKGBUILD
core/sysvinit/PKGBUILD
extra/hyphen/PKGBUILD
extra/imagemagick/PKGBUILD
extra/lynx/PKGBUILD
extra/pyqt/PKGBUILD
extra/sip/PKGBUILD
libre/kdelibs-libre/PKGBUILD
testing/libdrm/PKGBUILD
testing/xf86-video-ati/PKGBUILD
Diffstat (limited to 'extra/hyphen')
-rw-r--r-- | extra/hyphen/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/hyphen/PKGBUILD b/extra/hyphen/PKGBUILD index 65fda4b8c..036a60751 100644 --- a/extra/hyphen/PKGBUILD +++ b/extra/hyphen/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 140476 2011-10-15 10:01:23Z andyrtr $ +# $Id: PKGBUILD 162738 2012-06-29 10:59:41Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> pkgbase=hyphen pkgname=('hyphen' 'hyphen-en') -pkgver=2.8.3 -pkgrel=1.1 +pkgver=2.8.4 +pkgrel=1 arch=('i686' 'x86_64' 'mips64el') 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=('86261f06c097d3e425a2f6d0b0635380') +md5sums=('a2f6010987e1c601274ab5d63b72c944') build() { cd "$srcdir/$pkgname-$pkgver" |