sabnzbd: rebuild for Python 3.11

This commit is contained in:
Andrew J. Hesford 2022-09-19 21:09:08 -04:00
parent 891f890701
commit 772bd98b1f

View file

@ -1,7 +1,7 @@
# Template file for 'sabnzbd' # Template file for 'sabnzbd'
pkgname=sabnzbd pkgname=sabnzbd
version=3.5.0 version=3.5.0
revision=1 revision=2
wrksrc="SABnzbd-${version}" wrksrc="SABnzbd-${version}"
pycompile_dirs="/usr/share/sabnzbd" pycompile_dirs="/usr/share/sabnzbd"
hostmakedepends="python3 gettext" hostmakedepends="python3 gettext"