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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Apr 10 14:42:14 UTC 2010


    Date: Saturday, April 10, 2010 @ 10:42:13
  Author: andyrtr
Revision: 77043

upgpkg: hyphen 2.5-1
new version 2.5; also solves #18551

Modified:
  hyphen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-10 14:42:12 UTC (rev 77042)
+++ PKGBUILD	2010-04-10 14:42:13 UTC (rev 77043)
@@ -3,7 +3,7 @@
 
 pkgbase=hyphen
 pkgname=('hyphen' 'hyphen-en')
-pkgver=2.4
+pkgver=2.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://hunspell.sf.net"
@@ -12,7 +12,7 @@
 makedepends=('glibc' 'perl')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d0b5af6e408b8d2958f3d83b5244f5e8')
+md5sums=('57857a1c856cf7d24577eb6431464ffa')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -36,6 +36,7 @@
 package_hyphen-en() {
  pkgdesc="English hyphenation rules"
  # arch=('any')
+ depends=('hyphen')
 
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install-hyphDATA || return 1




More information about the arch-commits mailing list