Date: Tuesday, January 17, 2017 @ 19:55:10 Author: andyrtr Revision: 286775
upgpkg: getmail 4.53.0-1 upstream update 4.53.0 Modified: getmail/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-17 19:07:05 UTC (rev 286774) +++ PKGBUILD 2017-01-17 19:55:10 UTC (rev 286775) @@ -3,7 +3,7 @@ # Committer: Manolis Tzanidakis <[email protected]> pkgname=getmail -pkgver=4.52.0 +pkgver=4.53.0 pkgrel=1 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery." arch=(any) @@ -11,8 +11,9 @@ license=("GPL") depends=('python2') optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring') +# no signature, no https source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz) -md5sums=('5aa4dc9901bf4beb83ced9ac4bceaa9e') +sha256sums=('282596fe33b5a24b3aefe5b268f57efbcdd5b980478901418045b481636f92ab') prepare() { cd ${pkgname}-${pkgver}
