diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-03-28 20:59:38 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-03-28 20:59:38 -0300 |
commit | f18f0b4b923c9a2cdc4602a3d6215a2cb023723b (patch) | |
tree | aeb8228dc987329041a072a9b8b58bd3670bdd66 | |
parent | f2987e3f9d960c8828c37df2d7733d7d4f0d49c0 (diff) | |
download | abslibre-f18f0b4b923c9a2cdc4602a3d6215a2cb023723b.tar.gz abslibre-f18f0b4b923c9a2cdc4602a3d6215a2cb023723b.tar.bz2 abslibre-f18f0b4b923c9a2cdc4602a3d6215a2cb023723b.zip |
calibre-libre-1.30.0-1: updating version
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index fc37c552e..91acacaf0 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 108021 2014-03-21 08:59:30Z jelle $ +# $Id: PKGBUILD 108545 2014-03-28 10:05:28Z jelle $ # Maintainer: jelle van der Waa <jelle@vdwaa.nl> # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -9,9 +9,9 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=1.29.0 +pkgver=1.30.0 pkgrel=1 -pkgdesc="Ebook management application, with unar support" +pkgdesc="Ebook management application, without libunrar support" arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" license=('GPL3') @@ -19,7 +19,7 @@ depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy' 'python2-mechanize' 'podofo' 'libwmf' 'python2-beautifulsoup3' 'imagemagick' 'poppler-qt' 'chmlib' 'python2-lxml' 'libusbx' 'python2-pillow' 'shared-mime-info' 'python2-dnspython' - 'unar' 'python2-pyqt4' 'python2-psutil' 'icu' 'libmtp' + 'python2-pyqt4' 'python2-psutil' 'icu' 'libmtp' 'python2-netifaces' 'python2-cssselect' 'python2-apsw') makedepends=('python2-pycountry' 'qt4-private-headers') optdepends=('ipython2: to use calibre-debug') @@ -30,7 +30,7 @@ install=calibre.install source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('1df9ee27a9bff5072184d5e9629f1209' +md5sums=('2dadae4d9293ee33e99afae2e223686e' 'ece36dfd737fa4a346f0a0e59395e949' '675cd87d41342119827ef706055491e7') |