summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Hanna2017-02-23 16:19:03 +0100
committerSimon Hanna2017-02-23 16:19:03 +0100
commit851569b28a55e8b623d724fe5615f682cf39467c (patch)
treeba658f338824b5ec41105b0493936f2c7550343a /PKGBUILD
parent3ad955b80c66ef99816ed75de8ef33e025501b2e (diff)
downloadaur-851569b28a55e8b623d724fe5615f682cf39467c.tar.gz
upgpkg: openlp-bzr r2721-1
Fix dependencies Update python version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ea584709552..6d0483cd1f3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Garrett <floft.net/contact>
pkgname=openlp-bzr
-pkgver=r2654
+pkgver=r2721
pkgrel=1
pkgdesc="Church presentation software."
arch=('any')
@@ -11,7 +11,7 @@ license=('GPLv2')
provides=('openlp')
conflicts=('openlp')
makedepends=('qt5-tools' 'bzr')
-depends=('python' 'python-pyqt5' 'phonon'
+depends=('python' 'python-pyqt5' 'phonon-qt5'
'python-chardet' 'python-lxml' 'python-six'
'python-beautifulsoup4' 'python-pyenchant'
'python-alembic' 'mediainfo' 'qt5-multimedia'
@@ -42,7 +42,7 @@ package() {
python setup.py install --root="$pkgdir/" --optimize=1
mv "$pkgdir/usr/bin/openlp"{.py,}
- echo "$pkgver" > "$pkgdir/usr/lib/python3.5/site-packages/openlp/.version"
+ echo "$pkgver" > "$pkgdir/usr/lib/python3.6/site-packages/openlp/.version"
install -Dm0755 "$srcdir/openlp.sh" "$pkgdir/etc/profile.d/openlp.sh"
install -Dm0644 "resources/openlp.desktop" "$pkgdir/usr/share/applications/openlp.desktop"