diff options
Diffstat (limited to 'libre/calibre-libre/PKGBUILD')
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index f4e861088..62d00e62c 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 117460 2014-08-16 15:26:29Z jelle $ +# $Id: PKGBUILD 117780 2014-08-22 17:48:56Z jelle $ # 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> @@ -9,7 +9,7 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=1.206.1 +pkgver=2.0.0 pkgrel=1 pkgdesc="Ebook management application, without nonfree decompression engine for RAR archives" arch=('i686' 'x86_64' 'mips64el') @@ -28,11 +28,11 @@ replaces=($_pkgname) conflicts=($_pkgname) provides=($_pkgname=$pkgver) install=calibre.install -mksource=("http://download.calibre-ebook.com/betas/calibre-${pkgver}.tar.xz") +mksource=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz") source=("https://repo.parabolagnulinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz" 'libre.patch') -mkmd5sums=('7d129a909a35692979410b6cd5ded263') -md5sums=('d7f396288bea1de42faa0b67746f16c3' +mkmd5sums=('b8ac2d975d25cfdee0ad169a1568745e') +md5sums=('1aac8f7f40e121f719eea595f01897f0' '343162b9d1c97c0463d4919a8b9ac500') mksource(){ |