summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2016-07-22 11:21:23 +0200
committerSimon Hanna2016-07-22 11:21:23 +0200
commit2c9d8354c47ab273742370e923c1d94949e30b03 (patch)
tree5c33ff000d0e77931264ed865b139bf8aec9fdd5
parentd76a99510f9735a0a4b2441677070dedb07e333c (diff)
downloadaur-2c9d8354c47ab273742370e923c1d94949e30b03.tar.gz
upgpkg: openlp 2.4.2-2
Add dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ed2815bec58..f575625ba465 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openlp
pkgdesc = Church presentation software.
pkgver = 2.4.2
- pkgrel = 1
+ pkgrel = 2
url = http://openlp.org/
install = openlp.install
arch = any
@@ -16,6 +16,7 @@ pkgbase = openlp
depends = python-pyenchant
depends = python-alembic
depends = qt5-multimedia
+ depends = qt5-webkit
optdepends = libreoffice-fresh: Display impress presentations
optdepends = vlc: Play multimedia
optdepends = mupdf: Display pdfs
diff --git a/PKGBUILD b/PKGBUILD
index d35eae0e147c..72c4cb933bfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=openlp
pkgver=2.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="Church presentation software."
arch=('any')
url='http://openlp.org/'
@@ -12,8 +12,8 @@ makedepends=('qt5-tools')
depends=('python' 'python-pyqt5' 'phonon'
'python-chardet' 'python-lxml'
'python-beautifulsoup4' 'python-pyenchant'
- 'python-alembic' 'qt5-multimedia'
- )
+ 'python-alembic' 'qt5-multimedia' 'qt5-webkit')
+
optdepends=('libreoffice-fresh: Display impress presentations'
'vlc: Play multimedia'
'mupdf: Display pdfs'