diff options
author | root <root@rshg054.dnsready.net> | 2013-03-09 00:04:40 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-09 00:04:40 -0800 |
commit | 92eac63df242654434dceb000bac083f6e81a6b9 (patch) | |
tree | 322b4e24c165c3064505d5dac1a3172f9a28151d /libre/calibre-libre | |
parent | 53d9a0cf7cf894f08a1f6736b8f8440bd7b18a59 (diff) |
Sat Mar 9 00:04:39 PST 2013
Diffstat (limited to 'libre/calibre-libre')
-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 0c90c3a5c..20d2619c3 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -7,10 +7,10 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=0.9.21 -pkgrel=3 -pkgdesc="Ebook management application (unar support included instead of libunrar and without nonfree fonts)" -arch=('i686' 'x86_64') +pkgver=0.9.22 +pkgrel=1.1 +pkgdesc="Ebook management application (with unar support and nonfree fonts removed)" +arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" license=('GPL3') depends=('python2-dateutil' 'python2-cssutils' 'python2-cherrypy' @@ -28,7 +28,7 @@ install=calibre.install source=("http://calibre-ebook.googlecode.com/files/${_pkgname}-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('ee0e2d2dc735efcc573d1f77d64acf7e' +md5sums=('216f21a63db4045c741b6190badcdda1' '8353d1878c5a498b3e49eddef473605f' '675cd87d41342119827ef706055491e7') |