mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mupdf: update to 1.19.1.
I also switched from a `tar.gz` tarball to a `tar.xz` one since it's smaller in size (87 MB vs 62 MB).
This commit is contained in:
parent
816eb17ee1
commit
201a1c0f40
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mupdf'
|
# Template file for 'mupdf'
|
||||||
pkgname=mupdf
|
pkgname=mupdf
|
||||||
version=1.19.0
|
version=1.19.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}-source"
|
wrksrc="${pkgname}-${version}-source"
|
||||||
hostmakedepends="pkg-config zlib-devel libcurl-devel freetype-devel
|
hostmakedepends="pkg-config zlib-devel libcurl-devel freetype-devel
|
||||||
|
@ -14,8 +14,8 @@ short_desc="Lightweight PDF and XPS viewer"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="AGPL-3.0-only"
|
license="AGPL-3.0-only"
|
||||||
homepage="https://mupdf.com"
|
homepage="https://mupdf.com"
|
||||||
distfiles="https://mupdf.com/downloads/archive/${pkgname}-${version}-source.tar.gz"
|
distfiles="https://mupdf.com/downloads/archive/${pkgname}-${version}-source.tar.xz"
|
||||||
checksum=21affcd4fcabf1cc7a896db95ba971552ba9df229ebec7720313a8803185deed
|
checksum=b5eac663fe74f33c430eda342f655cf41fa73d71610f0884768a856a82e3803e
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# libmupdf-{threads,pkcs7}.a are required by fbpdf
|
# libmupdf-{threads,pkcs7}.a are required by fbpdf
|
||||||
|
|
Loading…
Add table
Reference in a new issue