diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2012-04-04 06:15:06 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2012-04-04 06:15:06 +0000 |
commit | 8af9bdce619bbc8a30179393d345eafc99ac4e51 (patch) | |
tree | bdfc5c44152ddb9d7c374f9424aa12fbc5ebef96 /testing/calibre | |
parent | 679fe8eb52eac027633d5015ed11f39d7706d4eb (diff) | |
download | aports-8af9bdce619bbc8a30179393d345eafc99ac4e51.tar.bz2 aports-8af9bdce619bbc8a30179393d345eafc99ac4e51.tar.xz |
testing/calibre: upgrade to 0.8.45
Diffstat (limited to 'testing/calibre')
-rw-r--r-- | testing/calibre/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/calibre/APKBUILD b/testing/calibre/APKBUILD index a34fe76949..ae92df9ec6 100644 --- a/testing/calibre/APKBUILD +++ b/testing/calibre/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <francesco.colista@gmail.com> # Maintainer: pkgname=calibre -pkgver=0.8.7 +pkgver=0.8.45 pkgrel=5 pkgdesc="Ebook management application" url="http://calibre-ebook.com/" @@ -16,7 +16,7 @@ depends_dev="python-dev imagemagick-dev py-qt py-sip py-imaging libusb-dev makedepends="$depends_dev" install="" subpackages="" -source="http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz +source="http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz calibre.confd calibre.initd" _builddir="$srcdir"/$pkgname @@ -53,6 +53,6 @@ package() { install -m644 -D ../$pkgname.confd \ "$pkgdir"/etc/conf.d/$pkgname || return 1 } -md5sums="d7132ec75f5e742e04e196fc8e2c0884 calibre-0.8.7.tar.gz +md5sums="005d5d9a0128f9f56493428aad176ee2 calibre-0.8.45.tar.xz a53086675b33859da1d18cc21daa090b calibre.confd 96a7744a8b5d63ed8fbe3c4919b0e40f calibre.initd" |