jp2a: update to 1.0.7.

This commit is contained in:
maxice8 2018-12-11 10:06:42 -02:00 committed by maxice8
parent 94f14ce060
commit a08eaaab80

View file

@ -1,12 +1,17 @@
# Template file for 'jp2a'
pkgname=jp2a
version=1.0.6
revision=2
version=1.0.7
revision=1
build_style=gnu-configure
hostmakedepends="automake"
makedepends="libjpeg-turbo-devel libcurl-devel"
short_desc="JPEG image to ASCII art converter"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-2"
homepage="https://csl.name/jp2a"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
checksum=7869c13744b0e15c250cae88b55f0dfade17e6c2b0a03b309dbe89bd34b342d4
license="GPL-2.0-only"
homepage="https://github.com/cslarsen/jp2a"
distfiles="https://github.com/cslarsen/jp2a/archive/v${version}.tar.gz"
checksum=e509d8bbf9434afde5c342568b21d11831a61d9942ca8cb1633d4295b7bc5059
pre_configure() {
autoreconf -fi
}