diff options
Diffstat (limited to 'libre/calibre')
-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 f70eaf563..aaa8a9aae 100644 --- a/libre/calibre/PKGBUILD +++ b/libre/calibre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 125703 2015-01-10 14:01:41Z jelle $ +# $Id: PKGBUILD 126443 2015-01-23 08:52:33Z jelle $ # 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> @@ -9,7 +9,7 @@ pkgname=calibre _pkgname=$pkgname-libre -pkgver=2.16.0 +pkgver=2.17.0 pkgrel=1.parabola1 pkgdesc="Ebook management application, without nonfree decompression engine for RAR archives" arch=('i686' 'x86_64' 'mips64el') @@ -21,7 +21,7 @@ depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy' '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') + 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 'mtdev') makedepends=('python2-pycountry' 'qt5-x11extras') optdepends=("ipython2: to use $pkgname-debug" 'udisks: required for mounting certain devices' @@ -32,8 +32,8 @@ install=$pkgname.install mksource=("http://download.$pkgname-ebook.com/${pkgver}/$pkgname-${pkgver}.tar.xz") source=("https://repo.parabola.nu/other/${_pkgname}/${_pkgname}-${pkgver}.tar.xz" 'libre.patch') -mkmd5sums=('1ae715086fa4b69c42513e119103cc5d') -md5sums=('8591eb086616e4486c73ec8e0dd6ee52' +mkmd5sums=('8ba11e69e241c744111a72fd172ac335') +md5sums=('507ddc1424b34d16b988a6509676932e' '7e964e5c88affc299b69e8c2744a4393') mksource(){ |