diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-08-29 10:01:45 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-08-29 10:01:45 -0300 |
commit | 7b5f5a5e83341d02f22816d9b4c0494703c3b094 (patch) | |
tree | ed96bfcb5991585c85e097c2764bd62bb5aedf50 /libre/calibre-libre/PKGBUILD | |
parent | 0b1f916eefc5e12d52c0e9b52d9c1505b0748dfd (diff) | |
parent | 7a1ce582d431ebee67c93c4b15dc62d9cd4bbb54 (diff) | |
download | abslibre-7b5f5a5e83341d02f22816d9b4c0494703c3b094.tar.gz abslibre-7b5f5a5e83341d02f22816d9b4c0494703c3b094.tar.bz2 abslibre-7b5f5a5e83341d02f22816d9b4c0494703c3b094.zip |
Merge branch 'master' of vparabola:abslibre
Diffstat (limited to 'libre/calibre-libre/PKGBUILD')
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index 1a0bff6b6..1eb17b175 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 95754 2013-08-16 10:44:14Z jelle $ +# $Id: PKGBUILD 96275 2013-08-23 10:26:11Z jelle $ # Maintainer: jelle van der Waa <jelle@vdwaa.nl> # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -9,7 +9,7 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=0.9.44 +pkgver=1.0.0 pkgrel=1 pkgdesc="Ebook management application, with unar support included and nonfree fonts removed" arch=('i686' 'x86_64' 'mips64el') @@ -20,7 +20,7 @@ depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy' 'imagemagick' 'poppler-qt' 'chmlib' 'python2-lxml' 'libusbx' 'python2-imaging' 'shared-mime-info' 'python2-dnspython' 'unar' 'python2-pyqt4' 'python2-psutil' 'icu' 'libmtp' - 'python2-netifaces' 'python2-cssselect') + 'python2-netifaces' 'python2-cssselect' 'python2-apsw') makedepends=('python2-pycountry' 'qt4-private-headers') optdepends=('ipython2: to use calibre-debug') replaces=$_pkgname @@ -30,7 +30,7 @@ install=calibre.install source=("http://sourceforge.net/projects/calibre/files/${pkgver}/calibre-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('5598d6717ce568a32ea2a4a1c173016b' +md5sums=('5f3d0c3630a7289ef1f36d68153ea7a3' '8353d1878c5a498b3e49eddef473605f' '675cd87d41342119827ef706055491e7') |