summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornotdodo2021-06-02 19:32:45 +0000
committernotdodo2021-06-02 19:32:45 +0000
commit7776256de63a1dc8c2023d269b64682ca0df7eb7 (patch)
tree9144f914acf84345050c6e2afb9986caa96faab7
parent73149c589c5d28ff5a8e28a53545f2f2330e5674 (diff)
downloadaur-python-eml-parser.tar.gz
bump to 1.14.6
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc924b347923..476a59dd642c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-eml-parser
pkgdesc = Parse EML files and return various information found in the e-mail
- pkgver = 1.14.1
+ pkgver = 1.14.6
pkgrel = 0
url = https://pypi.org/project/eml-parser
arch = x86_64
@@ -8,8 +8,7 @@ pkgbase = python-eml-parser
depends = python
depends = python-chardet
depends = python-dateutil
- source = python-eml-parser.tar.gz::https://github.com/GOVCERT-LU/eml_parser/archive/v1.14.1.tar.gz
- sha512sums = 543f43eaf677259be341001a35021ad0327b92b952f817809cbcb3257994bf23b5e7488d752d6b3985b3913c02374d97c23a8da99eb5a76eed9b15c209326d77
+ source = python-eml-parser.tar.gz::https://github.com/GOVCERT-LU/eml_parser/archive/v1.14.6.tar.gz
+ sha512sums = 405efae7a3186fb89d6545284aa9b2d49e786c0f5f323e0cf106e4f7774237857fac7305f3a54f71e4fda0fdd14141f6bb2129d4c98e624a5ed7a4868c78b73b
pkgname = python-eml-parser
-
diff --git a/PKGBUILD b/PKGBUILD
index 99ce0204171b..ef8196777789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=eml_parser
pkgname=python-eml-parser
-pkgver=1.14.1
+pkgver=1.14.6
pkgrel=0
pkgdesc='Parse EML files and return various information found in the e-mail'
url='https://pypi.org/project/eml-parser'
@@ -10,7 +10,7 @@ arch=('x86_64')
license=('GPLv3')
depends=('python' 'python-chardet' 'python-dateutil')
source=(${pkgname}.tar.gz::"https://github.com/GOVCERT-LU/eml_parser/archive/v${pkgver}.tar.gz")
-sha512sums=('543f43eaf677259be341001a35021ad0327b92b952f817809cbcb3257994bf23b5e7488d752d6b3985b3913c02374d97c23a8da99eb5a76eed9b15c209326d77')
+sha512sums=('405efae7a3186fb89d6545284aa9b2d49e786c0f5f323e0cf106e4f7774237857fac7305f3a54f71e4fda0fdd14141f6bb2129d4c98e624a5ed7a4868c78b73b')
build() {
cd ${_pkgname}-${pkgver}