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

Jan de Groot jgc at archlinux.org
Mon Oct 3 12:16:41 UTC 2011


    Date: Monday, October 3, 2011 @ 08:16:41
  Author: jgc
Revision: 139538

upgpkg: enchant 1.6.0-4

Include hspell dependency by default, without it every application will print error messages about missing libraries to stderr

Modified:
  enchant/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-03 12:14:14 UTC (rev 139537)
+++ PKGBUILD	2011-10-03 12:16:41 UTC (rev 139538)
@@ -4,14 +4,12 @@
 
 pkgname=enchant
 pkgver=1.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A wrapper library for generic spell checking"
 arch=('i686' 'x86_64')
 url="http://www.abisource.com/enchant/"
 license=('LGPL')
-depends=('aspell' 'dbus-glib' 'hunspell')
-makedepends=('hspell')
-optdepends=('hspell: Hebrew dictionary')
+depends=('aspell' 'dbus-glib' 'hunspell' 'hspell')
 options=('!libtool')
 source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('de11011aff801dc61042828041fb59c7')




More information about the arch-commits mailing list