summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorErik2024-04-29 11:20:22 +0200
committerErik2024-04-29 11:20:22 +0200
commitbb599dc1f50e2d8c555288c64f7eec2dd646f8c2 (patch)
tree39f5eaaffaacd8e87a2b5b07de6ee682cb674840 /PKGBUILD
parent4a3217bb82dea73d3931a51076784496e938fc4a (diff)
downloadaur-bb599dc1f50e2d8c555288c64f7eec2dd646f8c2.tar.gz
Allow for python 3.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8836d50894aa..99b80bb7432e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=openlp-git
_pkgbase=openlp
pkgver=r17869.ed7561bde
-pkgrel=2
+pkgrel=3
pkgdesc="Church presentation software."
arch=('any')
url='http://openlp.org/'
@@ -13,7 +13,7 @@ license=('GPL3')
provides=('openlp')
conflicts=('openlp')
makedepends=('qt5-tools' 'git' 'python-pip')
-depends=('python>=3.10' 'python<3.12' 'python-pyqt5' 'phonon-qt5'
+depends=('python>=3.10' 'python<3.13' 'python-pyqt5' 'phonon-qt5'
'python-pyqt5-webengine' 'python-flask' 'python-flask-cors'
'python-pymediainfo' 'python-qrcode' 'python-platformdirs'
'python-chardet' 'python-lxml' 'python-six'