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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Dec 8 21:25:16 UTC 2011


    Date: Thursday, December 8, 2011 @ 16:25:15
  Author: andyrtr
Revision: 144882

upgpkg: libmythes 1:1.2.1-2

fix build - add hunspell makedep, FS#27362; use epoch to force install

Modified:
  libmythes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-08 21:14:16 UTC (rev 144881)
+++ PKGBUILD	2011-12-08 21:25:15 UTC (rev 144882)
@@ -3,13 +3,15 @@
 
 pkgname=libmythes
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
+epoch=1
 pkgdesc="a simple thesaurus"
 arch=('i686' 'x86_64')
 url="http://hunspell.sourceforge.net/ "
 license=('custom')
 depends=('glibc' 'perl')
-options=('force' '!libtool')
+makedepends=('hunspell')
+options=('!libtool')
 provides=('mythes')
 source=(http://downloads.sourceforge.net/hunspell/${pkgname/lib/}-${pkgver}.tar.gz)
 md5sums=('54b310488dda6929cf31ae859928c945')




More information about the arch-commits mailing list