diff options
author | Daniel Peukert | 2025-03-21 08:39:05 +0100 |
---|---|---|
committer | Daniel Peukert | 2025-03-21 08:39:05 +0100 |
commit | 3e88ede3755a237b3a1db02e75fa66d1988d3ef9 (patch) | |
tree | 860423d4e54b513f66f3f88a85a52684fd6c482f /PKGBUILD | |
parent | e22185ec02c68037c180b0526f1619e262a4332f (diff) | |
download | aur-3e88ede3755a237b3a1db02e75fa66d1988d3ef9.tar.gz |
[python-mailsuite] Update to 1.9.20
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,8 +4,8 @@ # Contributor: Jean Lucas < jean at 4ray dot co> _projectname='mailsuite' pkgname="python-$_projectname" -pkgver='1.9.19' -_commit='d78ce7c0cb8904d039229f9c22f06c92542ec79d' +pkgver='1.9.20' +_commit='3769c8c6bb9ca41e1e1a5c8529445bdb559d53cc' pkgrel='1' pkgdesc='A Python package to make receiving, parsing, and sending email easier' arch=('any') @@ -14,7 +14,7 @@ license=('Apache-2.0') depends=('python>=3.7.0' 'python-dnspython>=2.0.0' 'python-expiringdict>=1.2.2' 'python-html2text>=2020.1.16' 'python-imapclient>=2.1.0' 'mailparser>=4.1.2' 'python-publicsuffix2>=2.20190812') makedepends=('python-build' 'python-hatchling' 'python-installer' 'python-wheel') source=("$pkgname-$pkgver.tar.gz::$url/archive/$_commit.tar.gz") -b2sums=('a73bae997042f70d455c92209d0a6a415381fb0330b6e93578e014a349a8aa360a9dc440bb245c5c2ea550e4a49c14e726c33dad7a89841d6fd9695260f4d3d3') +b2sums=('b4116128285962b467bbeba89b6a56edcb82adc4a3156d36c53e580054bed9f4412b071c28652604aa3371f54d8577a560db4085efe645f546fabe79ae42fedf') _sourcedirectory="$_projectname-$_commit" |