[arch-commits] Commit in html2text/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at nymeria.archlinux.org
Sun Sep 29 16:22:14 UTC 2013
Date: Sunday, September 29, 2013 @ 18:22:13
Author: jlichtblau
Revision: 97778
upgpkg: html2text 1.3.2a-10
Modified:
html2text/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-29 15:33:02 UTC (rev 97777)
+++ PKGBUILD 2013-09-29 16:22:13 UTC (rev 97778)
@@ -5,18 +5,24 @@
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
}
More information about the arch-commits
mailing list