aboutsummaryrefslogtreecommitdiffstats
path: root/community/html2text/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/html2text/APKBUILD')
-rw-r--r--community/html2text/APKBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/html2text/APKBUILD b/community/html2text/APKBUILD
index dcbee0f992c..1a9de116099 100644
--- a/community/html2text/APKBUILD
+++ b/community/html2text/APKBUILD
@@ -1,16 +1,15 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=html2text
-pkgver=2.0.0
-pkgrel=0
+pkgver=2.2.3
+pkgrel=1
pkgdesc="html2text is a command line utility, written in C++, that converts HTML documents into plain text."
-url="http://www.mbayer.de/html2text/"
+url="https://github.com/grobian/html2text/"
arch="all !s390x" # segfaults on s390x
license="GPL"
makedepends="bison bash"
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/grobian/html2text/archive/v$pkgver.tar.gz
-path-config.patch"
+source="https://github.com/grobian/html2text/releases/download/v$pkgver/html2text-$pkgver.tar.gz"
build() {
./configure --prefix=/usr
@@ -27,5 +26,6 @@ package() {
install -Dm644 "html2textrc.5" "$pkgdir"/usr/share/man/man5/html2textrc.5
}
-sha512sums="94f2cf3f5085307cc2cf5e264b35621029e57142d6e4d832eee2c447860338c947687be5e8c81367696b0b04432a44537a1545a820991c621b4036393ad6f4e8 html2text-2.0.0.tar.gz
-940d8cd8247250ad01d604e2ef44b95352a8114247c473ec8472485c5360143ac2218b6deebfedf85d065a23865ae5028eaaf4bd5ac61090643af813515bff99 path-config.patch"
+sha512sums="
+ff851abdc0f672d6bf8de494d6595362d5b71eeb03f4f761e32afb50bb75fe12c0cede8c7ca4ca7290b1c9e0f08aaff9821946dd272e1a30ce3b585e452cf6ec html2text-2.2.3.tar.gz
+"