From a1ba981700ea6943bedc5d7bb769b1f893088c7f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 30 Sep 2013 03:05:25 -0700 Subject: Mon Sep 30 02:50:34 PDT 2013 --- community/html2text/PKGBUILD | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'community/html2text/PKGBUILD') diff --git a/community/html2text/PKGBUILD b/community/html2text/PKGBUILD index 38fee9ebe..03bc15359 100644 --- a/community/html2text/PKGBUILD +++ b/community/html2text/PKGBUILD @@ -1,22 +1,28 @@ -# $Id: PKGBUILD 60804 2011-12-18 13:31:52Z jlichtblau $ +# $Id: PKGBUILD 97779 2013-09-29 16:22:26Z jlichtblau $ # Maintainer: Jaroslav Lichtblau # Contributor: Giovanni Scafora # Contributor: Daniel J Griffiths pkgname=html2text pkgver=1.3.2a -pkgrel=9 +pkgrel=10 pkgdesc="A HTML to text converter" arch=('i686' 'x86_64') url="http://www.mbayer.de/html2text" license=('GPL2') depends=('gcc-libs') -source=(http://ftp.ibiblio.org/pub/linux/apps/www/converters/${pkgname}-${pkgver}.tar.gz) -sha256sums=('000b39d5d910b867ff7e087177b470a1e26e2819920dcffd5991c33f6d480392') +makedepends=('patch') +source=(http://ftp.ibiblio.org/pub/linux/apps/www/converters/${pkgname}-${pkgver}.tar.gz \ + http://www.mbayer.de/html2text/downloads/patch-amd64-html2text-1.3.2a.diff) +sha256sums=('000b39d5d910b867ff7e087177b470a1e26e2819920dcffd5991c33f6d480392' + 'b05c425ce431de104dc0c506786f07590895195911e09c9cba62a64974ca05a0') build() { cd ${srcdir}/${pkgname}-${pkgver} +#FS#35920 fix + patch -Np1 < ${srcdir}/patch-amd64-html2text-1.3.2a.diff + ./configure make } -- cgit v1.2.3-54-g00ecf