[arch-commits] Commit in calibre/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Jan 29 15:52:16 UTC 2017


    Date: Sunday, January 29, 2017 @ 15:52:16
  Author: jelle
Revision: 209389

upgpkg: calibre 2.78.0-2

add udisks2 as dep

Modified:
  calibre/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-29 15:46:14 UTC (rev 209388)
+++ PKGBUILD	2017-01-29 15:52:16 UTC (rev 209389)
@@ -9,7 +9,7 @@
 
 pkgname=calibre
 pkgver=2.78.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/"
@@ -21,17 +21,15 @@
          'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
          'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
          'qt5-svg' 'python2-chardet' 'python2-pygments' 'mtdev'
-         'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
+         'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
 makedepends=('qt5-x11extras' 'xdg-utils')
 optdepends=('ipython2: to use calibre-debug'
             'poppler: required for converting pdf to html'
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz"
-        "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig"
-        calibre-qt-5.8.patch)
+        "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig")
 sha256sums=('d2b0b0c5451d3ac05ce9de0b801ddf8de7664fee45f273d7ee8445a1ec2f898b'
-            'SKIP'
-            '2292db146f4ef020281cd40b31fabaeb377a2bcda49751b6746b5de153ae0d92')
+            'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 
 prepare(){



More information about the arch-commits mailing list