summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Reitan2017-01-24 22:02:58 +0100
committerJohan Reitan2017-01-24 22:02:58 +0100
commita014f1df263db1dc0c8bed711695b7cfd59330fb (patch)
treefd31bae47707ee7dfca405b6698029b5671af96c
parent5873994a146ff0baa1f03e396339eb3c8c6b4ce5 (diff)
downloadaur-a014f1df263db1dc0c8bed711695b7cfd59330fb.tar.gz
update sources to a fork that fixes a build issue with sip 4.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fd0e12f6999..573aa1835b9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-poppler-qt4
pkgdesc = A Python 3 binding to poppler-qt4
- pkgver = 0.24.0
+ pkgver = 0.25.0
pkgrel = 1
url = https://github.com/wbsoft/python-poppler-qt4
arch = i686
@@ -10,8 +10,8 @@ pkgbase = python-poppler-qt4
depends = poppler-qt4
conflicts = python-poppler-qt
replaces = python-poppler-qt
- source = https://github.com/wbsoft/python-poppler-qt4/archive/v0.24.0.tar.gz
- sha256sums = 164297bcb03dc0cd943342915bf49e678db13957ebc2f1f3bd988f04145fb236
+ source = https://github.com/zehome/python-poppler-qt4/archive/v0.25.0.tar.gz
+ sha256sums = 2dbff1b9064419037855007eb2cbbf1e680adbc0175c1f0b74d69be4a9feb94a
pkgname = python-poppler-qt4
diff --git a/PKGBUILD b/PKGBUILD
index 9b57d026a91b..9fa60150cc05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philip Lorenz <lorenzph@users.sourceforge.net>
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 +11,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"