diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-12-15 15:01:20 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-12-15 15:01:20 -0200 |
commit | 816ba96fe137817e1ae6008f82d8d3a5f0a17246 (patch) | |
tree | ed60722b4f7bf8c5aa9a7158b7655e48c9914af2 /libre/calibre/PKGBUILD | |
parent | 732e9bfc2b8c14cdf68c537bec09c3aa58746f54 (diff) | |
download | abslibre-816ba96fe137817e1ae6008f82d8d3a5f0a17246.tar.gz abslibre-816ba96fe137817e1ae6008f82d8d3a5f0a17246.tar.bz2 abslibre-816ba96fe137817e1ae6008f82d8d3a5f0a17246.zip |
calibre-2.12.0-2.parabola1: PyQt 5.4 rebuild
Diffstat (limited to 'libre/calibre/PKGBUILD')
-rw-r--r-- | libre/calibre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD index 6279272dc..d235728ad 100644 --- a/libre/calibre/PKGBUILD +++ b/libre/calibre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 123250 2014-11-28 14:54:58Z jelle $ +# $Id: PKGBUILD 123881 2014-12-14 16:38:49Z andrea $ # Maintainer (Arch): Jelle van der Waa <jelle@vdwaa.nl> # Maintainer (Arch): Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor (Arch): Giovanni Scafora <giovanni@archlinux.org> @@ -10,15 +10,15 @@ pkgname=calibre _pkgname=$pkgname-libre pkgver=2.12.0 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc="Ebook management application, without nonfree decompression engine for RAR archives" arch=('i686' 'x86_64' 'mips64el') url="http://$pkgname-ebook.com/" license=('GPL3') -depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy' +depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy' 'python2-mechanize' 'podofo' 'libwmf' - 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx' - 'python2-pillow' 'shared-mime-info' 'python2-dnspython' + 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx' + 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus' 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit' 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments') |