mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
offlineimap: update to 7.3.0.
Adopt package.
This commit is contained in:
parent
191d1bb459
commit
2a794d9c06
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'offlineimap'
|
# Template file for 'offlineimap'
|
||||||
pkgname=offlineimap
|
pkgname=offlineimap
|
||||||
version=7.2.4
|
version=7.3.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="offlineimap"
|
pycompile_module="offlineimap"
|
||||||
hostmakedepends="python-six asciidoc"
|
hostmakedepends="python-six python-rfc6555 asciidoc"
|
||||||
depends="python-six"
|
depends="python-six python-rfc6555"
|
||||||
short_desc="Powerful IMAP/Maildir synchronization and reader support"
|
short_desc="Powerful IMAP/Maildir synchronization and reader support"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://offlineimap.org/"
|
homepage="http://offlineimap.org/"
|
||||||
changelog="https://raw.githubusercontent.com/OfflineIMAP/offlineimap/master/Changelog.md"
|
changelog="https://raw.githubusercontent.com/OfflineIMAP/offlineimap/master/Changelog.md"
|
||||||
distfiles="https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz"
|
distfiles="https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz"
|
||||||
checksum=5b6590c82cd5f6cbfe09e89ce52622208f5d4b24e021fce7646204b417bd1d2e
|
checksum=d8378e82e392c70f5c20cb08705687da30cd427f2bca539939311512777e6659
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
make -C docs man
|
make -C docs man
|
||||||
|
|
Loading…
Add table
Reference in a new issue