summaryrefslogtreecommitdiff
path: root/pcr/python-poppler-qt4
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-21 13:08:59 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-21 13:08:59 +0100
commitcdc11c3937eb3b5a919fa67798e2934d00b3c3ea (patch)
tree8d642f2edd7deb12719ea38e48f6de1f03dc6f88 /pcr/python-poppler-qt4
parent94b357bfcc594ac64c5a51af68fbb2d5bb8f64c9 (diff)
downloadabslibre-cdc11c3937eb3b5a919fa67798e2934d00b3c3ea.tar.gz
abslibre-cdc11c3937eb3b5a919fa67798e2934d00b3c3ea.tar.bz2
abslibre-cdc11c3937eb3b5a919fa67798e2934d00b3c3ea.zip
pcr/python-poppler-qt4: updated to 0.25.0
Diffstat (limited to 'pcr/python-poppler-qt4')
-rw-r--r--pcr/python-poppler-qt4/PKGBUILD16
1 files changed, 11 insertions, 5 deletions
diff --git a/pcr/python-poppler-qt4/PKGBUILD b/pcr/python-poppler-qt4/PKGBUILD
index 0aae0843b..cb3b53a69 100644
--- a/pcr/python-poppler-qt4/PKGBUILD
+++ b/pcr/python-poppler-qt4/PKGBUILD
@@ -1,8 +1,12 @@
-# Maintainer (Arch): Johan Reitan <johan.reitan at gmail dot com>
-# Contributor (Arch): Philip Lorenz <lorenzph@users.sourceforge.net>
+# Maintainer (AUR): Johan Reitan <johan.reitan at gmail dot com>
+# Contributor (AUR): Philip Lorenz <lorenzph@users.sourceforge.net>
+
+# parabola changes and rationale:
+# no changes.
+
pkgname=python-poppler-qt4
_realpkgname=python-poppler-qt4
-pkgver=0.24.0
+pkgver=0.25.0
pkgrel=1
pkgdesc="A Python 3 binding to poppler-qt4"
arch=('i686' 'x86_64')
@@ -11,8 +15,10 @@ license=('LGPL')
depends=('python-pyqt4' 'poppler-qt4')
conflicts=('python-poppler-qt')
replaces=('python-poppler-qt')
-source=(https://github.com/wbsoft/$_realpkgname/archive/v$pkgver.tar.gz)
-sha256sums=('164297bcb03dc0cd943342915bf49e678db13957ebc2f1f3bd988f04145fb236')
+source=(https://github.com/zehome/$_realpkgname/archive/v$pkgver.tar.gz)
+# Fork that fixes a build issue with sip 4.19. Original repo:
+#source=(https://github.com/wbsoft/$_realpkgname/archive/v$pkgver.tar.gz)
+sha256sums=('2dbff1b9064419037855007eb2cbbf1e680adbc0175c1f0b74d69be4a9feb94a')
_build_ext_args="--qmake-bin=/usr/bin/qmake-qt4"