diff options
author | Luís Ferreira | 2021-04-03 17:47:16 +0100 |
---|---|---|
committer | Luís Ferreira | 2021-04-03 17:47:16 +0100 |
commit | 218b4934f52e0a5d4be1a2bf4bd6b5fe6e02dae7 (patch) | |
tree | 9d853bee5b7853b7e44853fa2a5a92dbe3cc7136 | |
parent | 6bcc4b0bff6883bd1c47a69ac086a2747754c467 (diff) | |
download | aur-218b4934f52e0a5d4be1a2bf4bd6b5fe6e02dae7.tar.gz |
getmail: update to 5.15-1
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 5 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = getmail pkgdesc = POP3 mail retriever with reliable Maildir and command delivery - pkgver = 5.14 + pkgver = 5.15 pkgrel = 1 url = http://pyropus.ca/software/getmail changelog = CHANGELOG @@ -8,8 +8,8 @@ pkgbase = getmail license = GPL2 depends = python2 optdepends = python2-gnomekeyring: for storing passwords in gnome-keyring - source = http://pyropus.ca/software/getmail/old-versions/getmail-5.14.tar.gz - sha256sums = f3a99fe74564237d12ca8d4582e113c067c9205b5ab640f72b4e8447606a99c1 + source = http://pyropus.ca/software/getmail/old-versions/getmail-5.15.tar.gz + sha256sums = d453805ffc3f8fe2586ee705733bd666777e53693125fdb149494d22bd14162a pkgname = getmail @@ -1,11 +1,8 @@ # Maintainer : Kr1ss $(echo \<kr1ss+x-yandex+com\>|sed s/\+/./g\;s/\-/@/) - pkgname=getmail - -pkgver=5.14 +pkgver=5.15 pkgrel=1 - pkgdesc='POP3 mail retriever with reliable Maildir and command delivery' arch=('any') url="http://pyropus.ca/software/$pkgname" @@ -16,7 +13,7 @@ optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring') changelog=CHANGELOG source=("$url/old-versions/$pkgname-$pkgver.tar.gz") -sha256sums=('f3a99fe74564237d12ca8d4582e113c067c9205b5ab640f72b4e8447606a99c1') +sha256sums=('d453805ffc3f8fe2586ee705733bd666777e53693125fdb149494d22bd14162a') build() { |