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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Aug 10 16:38:53 UTC 2010


    Date: Tuesday, August 10, 2010 @ 12:38:51
  Author: andyrtr
Revision: 87069

upgpkg: hyphen 2.6-1
new version 2.6

Modified:
  hyphen/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-10 16:38:18 UTC (rev 87068)
+++ PKGBUILD	2010-08-10 16:38:51 UTC (rev 87069)
@@ -3,7 +3,7 @@
 
 pkgbase=hyphen
 pkgname=('hyphen' 'hyphen-en')
-pkgver=2.5
+pkgver=2.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://hunspell.sf.net"
@@ -12,12 +12,12 @@
 makedepends=('glibc' 'perl')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
-md5sums=('57857a1c856cf7d24577eb6431464ffa')
+md5sums=('b31c0293e05a7aa997475bd10c698d9d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --disable-static
-  make || return 1
+  make
 }
 
 package_hyphen() {
@@ -25,9 +25,9 @@
  depends=('glibc' 'perl')
 
   cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install-libLTLIBRARIES || return 1
-  make DESTDIR="$pkgdir/" install-binSCRIPTS || return 1
-  make DESTDIR="$pkgdir/" install-includeHEADERS || return 1
+  make DESTDIR="$pkgdir/" install-libLTLIBRARIES
+  make DESTDIR="$pkgdir/" install-binSCRIPTS
+  make DESTDIR="$pkgdir/" install-includeHEADERS
   
   # license
   install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
@@ -39,7 +39,7 @@
  depends=('hyphen')
 
   cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install-hyphDATA || return 1
+  make DESTDIR="$pkgdir/" install-hyphDATA
 
   pushd ${pkgdir}/usr/share/hyphen/
    en_US_aliases="en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_HK en_IE en_IN en_JM en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZW"




More information about the arch-commits mailing list