Date: Saturday, July 23, 2016 @ 08:21:56 Author: jlichtblau Revision: 183776
upgpkg: offlineimap 7.0.0-1 - new upstream release Modified: offlineimap/trunk/PKGBUILD offlineimap/trunk/offlineimap.changelog -----------------------+ PKGBUILD | 6 +++--- offlineimap.changelog | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-23 08:09:10 UTC (rev 183775) +++ PKGBUILD 2016-07-23 08:21:56 UTC (rev 183776) @@ -5,17 +5,17 @@ # Contributor: mucknert <[email protected]> pkgname=offlineimap -pkgver=6.7.0.2 +pkgver=7.0.0 pkgrel=1 pkgdesc='Synchronizes emails between two repositories' arch=('any') url='http://offlineimap.org/' license=('GPL') -depends=('python2') +depends=('python2-six') makedepends=('asciidoc') changelog=$pkgname.changelog source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz) -sha256sums=('6fca3948cb74c2be93cd26e2d7df9b40d87e2dcef34ae931e92e8133f2fc0159') +sha256sums=('2c664d85bd99057ec87cca2860074db60ceadb52179f47973ff1ac68fc72de42') prepare() { cd "${srcdir}"/${pkgname}-${pkgver} Modified: offlineimap.changelog =================================================================== --- offlineimap.changelog 2016-07-23 08:09:10 UTC (rev 183775) +++ offlineimap.changelog 2016-07-23 08:21:56 UTC (rev 183776) @@ -1,4 +1,7 @@ 2016-07-23 Jaroslav Lichtblau <[email protected]> + * offlineimap 7.0.0-1 + +2016-07-23 Jaroslav Lichtblau <[email protected]> * offlineimap 6.7.0.2-1 2016-06-16 Jaroslav Lichtblau <[email protected]>
