diff options
-rw-r--r-- | community/offlineimap/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/offlineimap/APKBUILD b/community/offlineimap/APKBUILD index 2939db6075..7123209d00 100644 --- a/community/offlineimap/APKBUILD +++ b/community/offlineimap/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Contributor: Peter Bui <pnutzh4x0r@gmail.com> -# Maintainer: +# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=offlineimap pkgver=7.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Synchronizes emails between two repositories" url="http://www.offlineimap.org" arch="noarch" @@ -11,7 +11,7 @@ license="GPL2+" depends="python2 py2-six" makedepends="python2-dev asciidoc" install="" -options="!check" +options="!check" # test suite requires credentials for an IMAP and Gmail account subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/${pkgname}/archive/v${pkgver}.tar.gz" builddir="$srcdir"/$pkgname-$pkgver |