mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
offlineimap: update to 7.0.10
This commit is contained in:
parent
d44d908a5f
commit
0e3fc172fd
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'offlineimap'
|
# Template file for 'offlineimap'
|
||||||
pkgname=offlineimap
|
pkgname=offlineimap
|
||||||
version=7.0.9
|
version=7.0.10
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools python-six asciidoc"
|
hostmakedepends="python-six asciidoc"
|
||||||
depends="python python-six"
|
depends="python-six"
|
||||||
pycompile_module="offlineimap"
|
pycompile_module="offlineimap"
|
||||||
short_desc="Powerful IMAP/Maildir synchronization and reader support"
|
short_desc="Powerful IMAP/Maildir synchronization and reader support"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://offlineimap.org/"
|
homepage="http://offlineimap.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz"
|
distfiles="https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz"
|
||||||
checksum=aec349b97fe41681ebad48d03cac62dc84e405ad136ac92067ecfcd640bf6a12
|
checksum=725431c20775d2524ed823da356b0b8f7cf627be518caafce808f23d797d1541
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
make -C docs man
|
make -C docs man
|
||||||
|
|
Loading…
Add table
Reference in a new issue