summaryrefslogtreecommitdiff
path: root/community/html2text/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-30 03:05:25 -0700
committerroot <root@rshg054.dnsready.net>2013-09-30 03:05:25 -0700
commita1ba981700ea6943bedc5d7bb769b1f893088c7f (patch)
treedeb2c7698ce6657abf503fedca9ad6d519a56b8b /community/html2text/PKGBUILD
parent5a54e0a093cd01d4787eaf200ba14cfda3bc4b7a (diff)
Mon Sep 30 02:50:34 PDT 2013
Diffstat (limited to 'community/html2text/PKGBUILD')
-rw-r--r--community/html2text/PKGBUILD14
1 files changed, 10 insertions, 4 deletions
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 <dragonlord@aur.archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
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
}