summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEli Schwartz2018-07-08 16:14:24 -0400
committerEli Schwartz2018-07-08 16:14:24 -0400
commit6f91d93078d0dd55cb9a55f80f5c0960bcddea1e (patch)
treea3914e1836617b505df462ca91df9bfb9ca8e6ab /PKGBUILD
parent46f959db5f5d68fb273a5b6fca6419317e1bfe9f (diff)
downloadaur-6f91d93078d0dd55cb9a55f80f5c0960bcddea1e.tar.gz
upgpkg: calibre-git 3.27.1.r3.g10d61771fb-1
upstream release add explicit makedepends on sip, which going forward is not meant to be a runtime depends for python{,2}-sip and is currently not a depends for python{,2}-sip-pyqt5 in testing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10b58515a4c9..291661621bcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# All my PKGBUILDs are managed at https://github.com/eli-schwartz/pkgbuilds
pkgname=calibre-git
-pkgver=3.25.0.r2.g011f8fc228
+pkgver=3.27.1.r3.g10d61771fb
pkgrel=1
_mathjax_commit=c493143c02f5809b1112af6c5a2c8eab31050118
pkgdesc="Ebook management application, from git"
@@ -22,7 +22,7 @@ depends=('chmlib' 'icu' 'libmtp' 'libusbx' 'libwmf' 'mtdev' 'optipng' 'podofo'
'python2-dukpy' 'python2-html5-parser' 'python2-mechanize' 'python2-msgpack'
'python2-netifaces' 'python2-unrardll' 'python2-pillow' 'python2-psutil'
'python2-pygments' 'python2-pyqt5' 'python2-regex' 'qt5-svg' 'qt5-webkit')
-makedepends=('git' 'qt5-x11extras' 'xdg-utils' 'rapydscript-ng' 'python2-sphinx')
+makedepends=('git' 'qt5-x11extras' 'sip' 'xdg-utils' 'rapydscript-ng' 'python2-sphinx')
optdepends=('ipython2: to use calibre-debug')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")