summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f5a76d6ef25..6fed8451be58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-mailsuite
_pkgname=${pkgname:7}
pkgver=1.9.15
-pkgrel=1
+pkgrel=2
pkgdesc='Python package to make receiving, parsing, and sending email easier'
arch=(any)
url=https://seanthegeek.github.io/mailsuite/
@@ -13,7 +13,7 @@ depends=(python-dnspython
python-expiringdict
python-html2text
python-imapclient
- python-mail-parser
+ mailparser
python-publicsuffix2)
makedepends=(python-build python-hatchling python-installer)
source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)