summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark C2023-03-04 08:00:39 -0500
committerMark C2023-03-04 08:00:39 -0500
commitd486aeab92abee48d5450fa3454a6cfbcef5bebb (patch)
tree6445c863e2be806358918a1a0a146bdbec8633ac
parent9a0402eb0d40ef5f96b2cf11587ef2c9ffaedb6b (diff)
downloadaur-d486aeab92abee48d5450fa3454a6cfbcef5bebb.tar.gz
Upstream release upgrade to 3.0.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f920b20562b2..4da137f2231c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openlp
pkgdesc = Church presentation software.
- pkgver = 3.0.1
+ pkgver = 3.0.2
pkgrel = 1
url = http://openlp.org/
install = openlp.install
@@ -19,14 +19,15 @@ pkgbase = openlp
depends = python-alembic
depends = qt5-multimedia
depends = qt5-webkit
+ depends = python-pyicu
optdepends = libreoffice-fresh: Display impress presentations
optdepends = vlc: Play multimedia
optdepends = mupdf: Display pdfs
optdepends = python-mysql-connector: Use a mysql/mariadb database
optdepends = python-psycopg2: Use a postgresql database
- source = https://get.openlp.org/3.0.1/OpenLP-3.0.1.tar.gz
+ source = https://get.openlp.org/3.0.2/OpenLP-3.0.2.tar.gz
source = openlp.sh
- sha256sums = be285c8c93cf7146f18d06b006f51e04b5807c5d7975d21e1593f6adc12f1074
+ sha256sums = edf03061e9e1c494835657bd4924c07d862aea1997832d2c9e56e3286fce1d2b
sha256sums = 19c2f3c622585bf308efc259013fb5518feaf8cf14b51613e1e71778fcc2e8cf
pkgname = openlp
diff --git a/PKGBUILD b/PKGBUILD
index 2408d10b4503..677a41181c48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Simon <simon dot hanna at serve-me dot info>
# Contributor: Garrett <floft.net/contact>
+# Contributor: Macxcool <macx coool at coolnet dot xyz>
pkgname=openlp
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc="Church presentation software."
arch=('any')
@@ -12,7 +13,7 @@ makedepends=('qt5-tools')
depends=('python>=3.10' 'python<3.11' 'python-pyqt5' 'phonon-qt5'
'python-chardet' 'python-lxml' 'python-qrcode'
'python-beautifulsoup4' 'python-pyenchant'
- 'python-alembic' 'qt5-multimedia' 'qt5-webkit')
+ 'python-alembic' 'qt5-multimedia' 'qt5-webkit' 'python-pyicu')
optdepends=('libreoffice-fresh: Display impress presentations'
'vlc: Play multimedia'
@@ -21,7 +22,7 @@ optdepends=('libreoffice-fresh: Display impress presentations'
'python-psycopg2: Use a postgresql database')
install=openlp.install
source=("https://get.openlp.org/${pkgver}/OpenLP-${pkgver}.tar.gz" "openlp.sh")
-sha256sums=('be285c8c93cf7146f18d06b006f51e04b5807c5d7975d21e1593f6adc12f1074'
+sha256sums=('edf03061e9e1c494835657bd4924c07d862aea1997832d2c9e56e3286fce1d2b'
'19c2f3c622585bf308efc259013fb5518feaf8cf14b51613e1e71778fcc2e8cf')
package() {