mcomix: update to 3.0.0.
This commit is contained in:
parent
c8eb8826fb
commit
fafa3bc727
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'mcomix'
|
||||
pkgname=mcomix
|
||||
version=2.3.0
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=3.0.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-wheel"
|
||||
depends="python3-gobject python3-cairo python3-Pillow xdg-utils"
|
||||
short_desc="GTK+ comic book viewer"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
@ -11,5 +11,4 @@ license="GPL-2.0-only"
|
|||
homepage="https://sourceforge.net/projects/mcomix/"
|
||||
changelog="https://sourceforge.net/p/mcomix/news/"
|
||||
distfiles="${SOURCEFORGE_SITE}/mcomix/MComix-${version}/mcomix-${version}.tar.gz"
|
||||
checksum=23933a9a1aeeaf3a31e4f13878d32c38567652a5c11f39b3e603b3f5c5bad3af
|
||||
make_check=no # broken tests
|
||||
checksum=2270c43d75e2878f64e4c886d5b013125c42894b364594d5ec979154c4dea004
|
||||
|
|
Loading…
Reference in New Issue