[arch-commits] CVS update of extra/office/hunspell (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Dec 3 20:20:50 UTC 2007


    Date: Monday, December 3, 2007 @ 15:20:50
  Author: andyrtr
    Path: /home/cvs-extra/extra/office/hunspell

Modified: PKGBUILD (1.5 -> 1.6)

upgpkg: hunspell 1.2.1-1


----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


Index: extra/office/hunspell/PKGBUILD
diff -u extra/office/hunspell/PKGBUILD:1.5 extra/office/hunspell/PKGBUILD:1.6
--- extra/office/hunspell/PKGBUILD:1.5	Fri Jul 20 02:30:13 2007
+++ extra/office/hunspell/PKGBUILD	Mon Dec  3 15:20:50 2007
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
 pkgname=hunspell
-pkgver=1.1.8
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Hunspell is a spell checker and morphological analyzer library"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 depends=('gcc')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/hunspell/${pkgname}-${pkgver}.tar.gz)
-md5sums=('18051676c0b00f78a0c77a68dafbb25d')
+md5sums=('c504f9c2065f697e586593992dd74dae')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -20,6 +20,6 @@
   make DESTDIR=${startdir}/pkg install
 
   # fix lib naming for detection by OOo - rebuild/remove for next major OOo update
-  cd $startdir/pkg/usr/lib
-  ln -s libhunspell-1.1.so.0.0.0 libhunspell.so
+#  cd $startdir/pkg/usr/lib
+#  ln -s libhunspell-1.1.so.0.0.0 libhunspell.so
 }




More information about the arch-commits mailing list