img2pdf: rebuild for Python 3.11

This commit is contained in:
Andrew J. Hesford 2022-09-19 21:09:48 -04:00
parent d67dfc2d9c
commit b86f51f574

View file

@ -1,7 +1,7 @@
# Template file for 'img2pdf' # Template file for 'img2pdf'
pkgname=img2pdf pkgname=img2pdf
version=0.4.4 version=0.4.4
revision=1 revision=2
build_style=python3-module build_style=python3-module
hostmakedepends="python3-pikepdf python3-setuptools" hostmakedepends="python3-pikepdf python3-setuptools"
depends="colord python3-pdfrw python3-pikepdf python3-Pillow python3-tkinter" depends="colord python3-pdfrw python3-pikepdf python3-Pillow python3-tkinter"