summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik2023-07-20 16:48:57 +0200
committerErik2023-07-20 16:48:57 +0200
commitf913aebc6113ecbc1d47b6c626aef4e989758e24 (patch)
tree3cf47e0ab77875917e972671577e276eb4a87204
parentb951637a2ca87a572b392716ef0ede729eb1ad93 (diff)
downloadaur-f913aebc6113ecbc1d47b6c626aef4e989758e24.tar.gz
Deleted python-pillow as dependancy
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d781404b79df..e8d377ddaf9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openlp-git
pkgdesc = Church presentation software.
pkgver = r17137.ff0605cb2
- pkgrel = 2
+ pkgrel = 3
url = http://openlp.org/
install = openlp.install
arch = any
@@ -38,7 +38,6 @@ pkgbase = openlp-git
depends = python-websockets
depends = python-qtawesome
depends = python-vlc
- depends = python-pillow<10.0
optdepends = libreoffice-fresh: display impress presentations
optdepends = python-pymupdf: display pdfs
optdepends = python-mysql-connector: Use a mysql/mariadb database
diff --git a/PKGBUILD b/PKGBUILD
index 1c7c3762a4a3..31b230768285 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=openlp-git
_pkgbase=openlp
pkgver=r17137.ff0605cb2
-pkgrel=2
+pkgrel=3
pkgdesc="Church presentation software."
arch=('any')
url='http://openlp.org/'
@@ -21,7 +21,6 @@ depends=('python>=3.10' 'python<3.12' 'python-pyqt5' 'phonon-qt5'
'python-alembic' 'mediainfo' 'qt5-multimedia' 'python-zeroconf'
'qt5-webkit' 'qt5-svg' 'python-webob' 'python-requests' 'vlc'
'python-waitress' 'python-websockets' 'python-qtawesome' 'python-vlc'
- 'python-pillow<10.0'
)
optdepends=('libreoffice-fresh: display impress presentations'
'python-pymupdf: display pdfs'