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 1165493c8e96..ce35e3a7827c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=(
#"rust-mailchecker"
)
_pkgname="mailchecker"
-pkgver="4.1.8"
+pkgver="4.1.9"
pkgrel="1"
pkgdesc='Cross-language email validation. Backed by a database of over 30 000 throwable email domains.'
arch=('any')
@@ -18,7 +18,7 @@ url='https://github.com/FGRibreau/mailchecker/'
license=('MIT')
source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=(
- 'cb25ae88b4b09a487917b9dc47cb36e1990c1deda037fa759b57d4b8e108df67'
+ '8c18044f6d1c5d82c64d193441f9132c9358cdfd4ea86c9626c74221e3529f0a'
)
makedepends=(
'python-setuptools'