diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-11 16:28:33 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-11 16:28:33 -0300 |
commit | 5e67439bffdfc3fed5aa26efd95f736d0f6cfe90 (patch) | |
tree | d4dcbe136037f7f132073349d8125a01b22736c3 | |
parent | f0659a2d3623adbeddbb80befe4f8ebeae069f73 (diff) | |
download | abslibre-5e67439bffdfc3fed5aa26efd95f736d0f6cfe90.tar.gz abslibre-5e67439bffdfc3fed5aa26efd95f736d0f6cfe90.tar.bz2 abslibre-5e67439bffdfc3fed5aa26efd95f736d0f6cfe90.zip |
calibre-libre-0.9.30-1: updating version
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index baa7db081..d5128f90f 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id$ +# $Id: PKGBUILD 90259 2013-05-10 15:53:35Z jelle $ # Maintainer: jelle van der Waa <jelle@vdwaa.nl> # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -9,7 +9,7 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=0.9.28 +pkgver=0.9.30 pkgrel=1 pkgdesc="Ebook management application, with unar support included and nonfree fonts removed" arch=('i686' 'x86_64' 'mips64el') @@ -30,7 +30,7 @@ install=calibre.install source=("http://calibre-ebook.googlecode.com/files/${_pkgname}-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('c2825950cb3c94f5d3fe3c00de2c57e5' +md5sums=('4b0e4aeb0ebac5d5319a97cbd5163deb' '8353d1878c5a498b3e49eddef473605f' '675cd87d41342119827ef706055491e7') |