summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3da9f18232ac..75858e9ab99e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mailsuite
pkgdesc = Python package to make receiving, parsing, and sending email easier
pkgver = 1.9.15
- pkgrel = 1
+ pkgrel = 2
url = https://seanthegeek.github.io/mailsuite/
arch = any
license = Apache
@@ -12,7 +12,7 @@ pkgbase = python-mailsuite
depends = python-expiringdict
depends = python-html2text
depends = python-imapclient
- depends = python-mail-parser
+ depends = mailparser
depends = python-publicsuffix2
source = https://files.pythonhosted.org/packages/source/m/mailsuite/mailsuite-1.9.15.tar.gz
sha512sums = c495b13f444e3bbaddd4a2f48c6383ac4cef631cafaaf3f9c63d067d25df2af1ca9b60697dd6ed9a1a4fec8758d1b0c8cc83620c3f2617da2e7e4db9b8934da4
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)