offlineimap: update to 6.5.7

This commit is contained in:
Alessio Sergi 2015-05-16 20:20:20 +02:00
parent 745e94870f
commit e8e70c81af
1 changed files with 9 additions and 8 deletions

View File

@ -1,22 +1,23 @@
# Template file for 'offlineimap'
pkgname=offlineimap
version=6.5.6
version=6.5.7
revision=1
noarch=yes
build_style=python-module
hostmakedepends="python-setuptools python-docutils"
hostmakedepends="python-setuptools asciidoc"
depends="python"
pycompile_module="offlineimap"
short_desc="ISO 8601 date/time/duration parser and formatter (Python2)"
short_desc="Powerful IMAP/Maildir synchronization and reader support"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://offlineimap.org/"
license="GPL-2"
distfiles="https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz"
checksum=c23219cdbbae7fe12346ece94c427737fd4083720a124fff6f95a26c56f728c3
checksum=b7de52c7d8995e0657bb55da13531c8d6f96d828217159477c685ae408e390a3
post_install() {
rst2man docs/MANUAL.rst offlineimap.1
vman offlineimap.1
make -C docs man
vman docs/offlineimap.1
vman docs/offlineimapui.7
vsconf offlineimap.conf
vsconf offlineimap.conf.minimal
}