diff options
Diffstat (limited to 'extra/libmythes/PKGBUILD')
-rw-r--r-- | extra/libmythes/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/extra/libmythes/PKGBUILD b/extra/libmythes/PKGBUILD index 77ed47352..0383c549e 100644 --- a/extra/libmythes/PKGBUILD +++ b/extra/libmythes/PKGBUILD @@ -1,15 +1,17 @@ -# $Id: PKGBUILD 104337 2011-01-01 13:29:40Z andyrtr $ +# $Id: PKGBUILD 144883 2011-12-08 21:25:55Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> 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') |