diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-22 21:45:11 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-22 21:45:11 -0300 |
commit | 285a23630ba00c681ba38764043de474bfd31620 (patch) | |
tree | e7d972912f07139cfd672b0f19325e0828352846 /libre/calibre/PKGBUILD | |
parent | 3b86fa9e2d5efe898e1ad309d56b3a4436b8c8d8 (diff) | |
download | abslibre-285a23630ba00c681ba38764043de474bfd31620.tar.gz abslibre-285a23630ba00c681ba38764043de474bfd31620.tar.bz2 abslibre-285a23630ba00c681ba38764043de474bfd31620.zip |
calibre-2.77.0-2.parabola1: remove deprecated udisks optional dependency
Diffstat (limited to 'libre/calibre/PKGBUILD')
-rw-r--r-- | libre/calibre/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD index 6415b0a97..201500e5f 100644 --- a/libre/calibre/PKGBUILD +++ b/libre/calibre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 207629 2017-01-16 20:27:56Z jelle $ +# $Id: PKGBUILD 208356 2017-01-22 03:42:44Z bgyorgy $ # 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> @@ -11,7 +11,7 @@ pkgname=calibre pkgver=2.77.0 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc="Ebook management application, without nonfree decompression engine for RAR archives" arch=('i686' 'x86_64' 'armv7h') url="https://calibre-ebook.com/" @@ -26,7 +26,6 @@ depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy' 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng') makedepends=('qt5-x11extras' 'xdg-utils') optdepends=('ipython2: to use calibre-debug' - 'udisks: required for mounting certain devices' 'poppler: required for converting pdf to html' ) replaces=($pkgname-libre) |