summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2016-02-15 16:43:01 +0100
committerSimon Hanna2016-02-15 16:43:01 +0100
commit83e08fe8d725867e4689b9d0a79f80e9d8bfd175 (patch)
tree5bd86a567ee49d10d7bc1c04c62867f4df6f7a56
parent35a54d3a629b477accbc365e4b32be216682b104 (diff)
downloadaur-83e08fe8d725867e4689b9d0a79f80e9d8bfd175.tar.gz
upgpkg: openlp 2.4-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe631b04fd75..6a4ebe67cc8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openlp
pkgdesc = Church presentation software.
- pkgver = 2.2.1
+ pkgver = 2.4
pkgrel = 1
url = http://openlp.org/
install = openlp.install
@@ -8,7 +8,7 @@ pkgbase = openlp
license = GPLv2
makedepends = qt5-tools
depends = python
- depends = python-pyqt4
+ depends = python-pyqt5
depends = phonon
depends = python-chardet
depends = python-lxml
@@ -20,9 +20,9 @@ pkgbase = openlp
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/2.2.1/OpenLP-2.2.1.tar.gz
+ source = https://get.openlp.org/2.4/OpenLP-2.4.tar.gz
source = openlp.sh
- sha256sums = ea3b1d4167121eb15dbbf5cbecd5dec021e14bead54eea3ef37aaf027b516ba6
+ sha256sums = a6dbe189be45eb96fa2edc6f1497ff6275d2d0896515ad28a580f83242683248
sha256sums = 19c2f3c622585bf308efc259013fb5518feaf8cf14b51613e1e71778fcc2e8cf
pkgname = openlp
diff --git a/PKGBUILD b/PKGBUILD
index 4604f701c0c7..4961813d1969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Garrett <floft.net/contact>
pkgname=openlp
-pkgver=2.2.1
+pkgver=2.4
pkgrel=1
pkgdesc="Church presentation software."
arch=('any')
url='http://openlp.org/'
license=('GPLv2')
makedepends=('qt5-tools')
-depends=('python' 'python-pyqt4' 'phonon'
+depends=('python' 'python-pyqt5' 'phonon'
'python-chardet' 'python-lxml'
'python-beautifulsoup4' 'python-pyenchant'
'python-alembic'
@@ -21,7 +21,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=('ea3b1d4167121eb15dbbf5cbecd5dec021e14bead54eea3ef37aaf027b516ba6'
+sha256sums=('a6dbe189be45eb96fa2edc6f1497ff6275d2d0896515ad28a580f83242683248'
'19c2f3c622585bf308efc259013fb5518feaf8cf14b51613e1e71778fcc2e8cf')
package() {