diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-04 17:42:53 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-04 17:42:53 -0300 |
commit | e8684b76df7dff93e4b7df052255ee050995d6cc (patch) | |
tree | 8372015fe180d540a03f3b6323fb2b1917ae8973 /libre/calibre-libre/PKGBUILD | |
parent | e11032b4b403d1a65022daeed0005dc48863203c (diff) | |
download | abslibre-e8684b76df7dff93e4b7df052255ee050995d6cc.tar.gz abslibre-e8684b76df7dff93e4b7df052255ee050995d6cc.tar.bz2 abslibre-e8684b76df7dff93e4b7df052255ee050995d6cc.zip |
calibre-libre-1.5-2: fix calibre use the right source
Diffstat (limited to 'libre/calibre-libre/PKGBUILD')
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index 830a515b8..9f1009bfc 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 97648 2013-09-26 18:03:56Z jelle $ +# $Id: PKGBUILD 98047 2013-10-04 15:29:48Z jelle $ # Maintainer: jelle van der Waa <jelle@vdwaa.nl> # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -10,7 +10,7 @@ _pkgname=calibre pkgname=calibre-libre pkgver=1.5 -pkgrel=1 +pkgrel=2 pkgdesc="Ebook management application, with unar support included and nonfree fonts removed" arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" @@ -27,14 +27,13 @@ replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver install=calibre.install -source=('http://download.calibre-ebook.com/1.4.0/calibre-1.4.0.tar.xz' +source=('http://download.calibre-ebook.com/1.5.0/calibre-1.5.0.tar.xz' 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('7d5b331bd81d5f2d40e126059a49ce0f' +md5sums=('adb8543044f81f93d6faef372710bcb5' '8353d1878c5a498b3e49eddef473605f' '675cd87d41342119827ef706055491e7') - prepare(){ cd "${srcdir}/${_pkgname}" #rm -rf src/{cherrypy,pyPdf} |