diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-11-01 17:04:41 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-11-01 17:04:41 +0100 |
commit | b4e57ea9ba009f96f0c61343ab7166217f0d19ff (patch) | |
tree | ffd7d4badf9df54e203afc1d8236b28ad026fc56 /community/offlineimap/APKBUILD | |
parent | bb150f87cad59cca5aaea3c40d7ada25ebeff37a (diff) | |
download | aports-b4e57ea9ba009f96f0c61343ab7166217f0d19ff.tar.bz2 aports-b4e57ea9ba009f96f0c61343ab7166217f0d19ff.tar.xz |
community/offlineimap: claim maintainership
Diffstat (limited to 'community/offlineimap/APKBUILD')
-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 |