Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / htmldoc
Commits: 1e075fa6 by Daniel Bermond at 2026-02-15T13:34:26-03:00 upgpkg: 1.9.23-2: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,17 +1,18 @@ pkgbase = htmldoc pkgdesc = HTML Conversion Software pkgver = 1.9.23 - pkgrel = 1 + pkgrel = 2 url = https://www.msweet.org/htmldoc/ arch = x86_64 license = GPL-2.0-only depends = fltk - depends = gcc-libs depends = glibc depends = hicolor-icon-theme depends = libcups + depends = libgcc depends = libjpeg-turbo depends = libpng + depends = libstdc++ depends = libxpm depends = zlib source = https://github.com/michaelrsweet/htmldoc/releases/download/v1.9.23/htmldoc-1.9.23-source.tar.gz ===================================== PKGBUILD ===================================== @@ -8,19 +8,20 @@ pkgname=htmldoc pkgver=1.9.23 -pkgrel=1 +pkgrel=2 pkgdesc='HTML Conversion Software' arch=('x86_64') url='https://www.msweet.org/htmldoc/' license=('GPL-2.0-only') depends=( 'fltk' - 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libcups' + 'libgcc' 'libjpeg-turbo' 'libpng' + 'libstdc++' 'libxpm' 'zlib') source=("https://github.com/michaelrsweet/htmldoc/releases/download/v${pkgver}/htmldoc-${pkgver}-source.tar.gz"{,.sig}) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/htmldoc/-/commit/1e075fa64d032c008a7f43111be52fc01e17913e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/htmldoc/-/commit/1e075fa64d032c008a7f43111be52fc01e17913e You're receiving this email because of your account on gitlab.archlinux.org.
