OpenLP: update to 3.0.2

This commit is contained in:
joelchrono12 2023-01-08 16:10:05 -06:00 committed by Chocimier
parent 48458e3350
commit 15e5bf0249

View file

@ -1,7 +1,7 @@
# Template file for 'OpenLP'
pkgname=OpenLP
version=2.9.5
revision=2
version=3.0.2
revision=1
create_wrksrc=yes
build_style=python3-module
hostmakedepends="python3-setuptools qt5-host-tools"
@ -10,14 +10,14 @@ depends="python3-alembic python3-appdirs python3-BeautifulSoup4 python3-chardet
python3-Mako python3-Pillow python3-pymediainfo python3-PyQt5
python3-PyQt5-multimedia python3-PyQt5-webengine python3-vlc python3-qrcode
python3-QtAwesome python3-requests python3-SQLAlchemy python3-waitress
python3-WebOb python3-websockets python3-zeroconf"
python3-WebOb python3-websockets python3-zeroconf python3-PyICU"
checkdepends="python3-pytest-qt xvfb-run ${depends}"
short_desc="Free Worship Presentation Software for your Church"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-3.0-or-later"
homepage="https://openlp.org/"
distfiles="https://get.openlp.org/${version}/OpenLP-${version}.tar.gz"
checksum=4648e6869ffe2fb88a1e2b90705e1cf709dd6dd24abbfe2e17df13742e701c09
checksum=edf03061e9e1c494835657bd4924c07d862aea1997832d2c9e56e3286fce1d2b
make_check_pre="env -u QT_QPA_PLATFORM xvfb-run"
post_install() {