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

Jelle van der Waa jelle at archlinux.org
Fri Mar 13 09:55:18 UTC 2015


    Date: Friday, March 13, 2015 @ 10:55:18
  Author: jelle
Revision: 129167

upgpkg: calibre 2.21.0-1

Modified:
  calibre/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-13 01:32:06 UTC (rev 129166)
+++ PKGBUILD	2015-03-13 09:55:18 UTC (rev 129167)
@@ -7,8 +7,8 @@
 # Contributor: Larry Hajali <larryhaja at gmail.com>
 
 pkgname=calibre
-pkgver=2.20.0
-pkgrel=2
+pkgver=2.21.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="http://calibre-ebook.com/"
@@ -25,9 +25,8 @@
             'udisks: required for mounting certain devices'
 )
 install=calibre.install
-source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz" "incompatibility-pyqt5.4.1.patch")
-md5sums=('94f033006e6cc7b96abf62944368fc83'
-         'cb28c339c0ab543a96e56363eeef3e8c')
+source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz")
+md5sums=('61edafbd4ef5c4162120722b94b7ee72')
 
 prepare(){
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -57,9 +56,6 @@
       -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
       -e "s/^Name=calibre/Name=Calibre/g" \
       -i  src/calibre/linux.py
-
-  # Fixes FS#43934
-  patch -Np1 -i $srcdir/incompatibility-pyqt5.4.1.patch
 }
 
 build() {



More information about the arch-commits mailing list