[arch-commits] Commit in htmldoc/trunk (PKGBUILD)
Daniel Bermond
dbermond at archlinux.org
Sun Oct 13 10:24:44 UTC 2019
Date: Sunday, October 13, 2019 @ 10:24:44
Author: dbermond
Revision: 515297
upgpkg: htmldoc 1.9.7-1
Updated to version 1.9.7
Modified:
htmldoc/trunk/PKGBUILD
----------+
PKGBUILD | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-13 10:24:07 UTC (rev 515296)
+++ PKGBUILD 2019-10-13 10:24:44 UTC (rev 515297)
@@ -7,32 +7,30 @@
# Contributor: Simon Rutishauser <simon.rutishauser at gmx.ch>
pkgname=htmldoc
-pkgver=1.9.6
+pkgver=1.9.7
pkgrel=1
pkgdesc='HTML Conversion Software'
arch=('x86_64')
-url='https://www.msweet.org/htmldoc/index.html'
+url='https://www.msweet.org/htmldoc/'
license=('GPL2')
-depends=('libxpm' 'gnutls' 'fltk' 'shared-mime-info')
+depends=('libxpm' 'gnutls' 'fltk' 'libjpeg-turbo' 'libpng' 'zlib'
+ 'shared-mime-info')
source=("https://github.com/michaelrsweet/htmldoc/releases/download/v${pkgver}/htmldoc-${pkgver}-source.tar.gz"{,.sig})
-sha256sums=('4f49385a55c14de2b432b737593b67a68b40415bf5cc276e0a14ca0ce2e00ef3'
+sha256sums=('c6c46f19d0fca10896e1cc526ea81f5a6c7d90fde7b69724ce663459cc118434'
'SKIP')
validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # Michael R Sweet
build() {
cd "${pkgname}-${pkgver}"
-
./configure \
--prefix='/usr' \
- --enable-largefile \
--enable-ssl \
--enable-gnutls \
--enable-cdsassl \
- --enable-localjpeg \
- --enable-localzlib \
- --enable-localpng \
+ --disable-localjpeg \
+ --disable-localzlib \
+ --disable-localpng \
--with-gui
-
make
}
More information about the arch-commits
mailing list