For now, you can use this modified PKGBUILD for 6.18.12
pkgname=getmail6
pkgver=6.18.12
pkgrel=1
pkgdesc='POP3 mail retriever with reliable Maildir and command delivery; Python 3 port'
arch=('any')
url="https://$pkgname.org"
license=('GPL2')
provides=("getmail=$pkgver")
conflicts=('getmail')
makedepends=('git' 'python-setuptools')
depends=('python-chardet')
optdepends=('python-keyring: secure password store'
'python-keyrings-alt: alternative backends')
changelog=CHANGELOG
source=("$pkgname-$pkgver.tgz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz")
b2sums=('916c7fe7d459c27001ae80fafb95c8ea561a3c1b7335d142678c94242e7602070bf1d93c56db52363fbf62071f261dd8df5ca2c9cb71f2e7c7b8eb2826fa1035')
build() {
cd "$pkgname-$pkgver"
python setup.py build
}
package() {
cd "$pkgname-$pkgver"
PYTHONHASHSEED=0 python setup.py install --skip-build --optimize=1 --root="$pkgdir"
}
# vim: ts=2 sw=2 et ft=PKGBUILD:
Pinned Comments
Kr1ss commented on 2020-07-17 17:28 (UTC)
Thx for the notice @Roland, I also pushed a new package, according to the current upstream name. I'm going to submit a request to merge this package into the new one;
mailwizard{,-git}
now depend on getmail6.Cheers !