diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-03-09 00:08:25 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-03-09 00:08:25 -0200 |
commit | 64526ab89e1348f438539cd674726952e654e72e (patch) | |
tree | 5117b29a76aa185e48a2a574eaebd66472b05b9e /libre/calibre-libre/PKGBUILD | |
parent | daa7647c0de1fc3f593a572af364968b6ea8a255 (diff) | |
parent | 380eb9003cd60626b2498446829976fd9b18bb35 (diff) | |
download | abslibre-64526ab89e1348f438539cd674726952e654e72e.tar.gz abslibre-64526ab89e1348f438539cd674726952e654e72e.tar.bz2 abslibre-64526ab89e1348f438539cd674726952e654e72e.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/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 0c90c3a5c..35c5ffa44 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -7,9 +7,9 @@ _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)" +pkgver=0.9.22 +pkgrel=1 +pkgdesc="Ebook management application (with unar and lsar support included instead of libunrar and nonfree fonts removed)" arch=('i686' 'x86_64') url="http://calibre-ebook.com/" license=('GPL3') @@ -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') |