jbig2dec: update to 0.19.
This commit is contained in:
parent
4fcb70b489
commit
e843d316b8
1 changed files with 3 additions and 2 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'jbig2dec'
|
||||
pkgname=jbig2dec
|
||||
version=0.18
|
||||
version=0.19
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="libpng-devel"
|
||||
checkdepends="python3"
|
||||
short_desc="Decoder implementation of the JBIG2 image compression format"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="AGPL-3.0-or-later"
|
||||
homepage="https://www.jbig2dec.com"
|
||||
distfiles="https://github.com/ArtifexSoftware/jbig2dec/archive/${version}.tar.gz"
|
||||
checksum=3be6eb8105f6dcc8a7d29d6f2b4dc9205c164a412ad940294cedf0d7cc530487
|
||||
checksum=e81b787ad0b147a437a52d9ce7de1a8f429655e8aa030383b6b2dd8919373717
|
||||
|
||||
pre_configure() {
|
||||
sed -i '$ d' autogen.sh
|
||||
|
|
Loading…
Reference in a new issue