summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdoardo Rosa2020-07-11 15:22:50 +0200
committerEdoardo Rosa2020-07-11 15:22:50 +0200
commit73149c589c5d28ff5a8e28a53545f2f2330e5674 (patch)
tree9d83a98197b5fdefab28aabb58a8a63b3ccfa035
parent3ec5e32cf30689d8b22fe2ad3425cee0710ebbd2 (diff)
downloadaur-73149c589c5d28ff5a8e28a53545f2f2330e5674.tar.gz
bump to 1.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48e4b9e7bee0..fc924b347923 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.12.0
+ pkgver = 1.14.1
pkgrel = 0
url = https://pypi.org/project/eml-parser
arch = x86_64
@@ -8,8 +8,8 @@ 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.12.0.tar.gz
- sha512sums = 2d0815e2094aa1cf9d526a18b1a684f5183fc3b691e937638d0e791e8ef77f8115abc4ae404f7b2be44ea2f229d0bde6e9165b110fbecf09457006d2bce690e1
+ source = python-eml-parser.tar.gz::https://github.com/GOVCERT-LU/eml_parser/archive/v1.14.1.tar.gz
+ sha512sums = 543f43eaf677259be341001a35021ad0327b92b952f817809cbcb3257994bf23b5e7488d752d6b3985b3913c02374d97c23a8da99eb5a76eed9b15c209326d77
pkgname = python-eml-parser
diff --git a/PKGBUILD b/PKGBUILD
index aa2a105c77ee..99ce0204171b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=eml_parser
pkgname=python-eml-parser
-pkgver=1.12.0
+pkgver=1.14.1
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=('2d0815e2094aa1cf9d526a18b1a684f5183fc3b691e937638d0e791e8ef77f8115abc4ae404f7b2be44ea2f229d0bde6e9165b110fbecf09457006d2bce690e1')
+sha512sums=('543f43eaf677259be341001a35021ad0327b92b952f817809cbcb3257994bf23b5e7488d752d6b3985b3913c02374d97c23a8da99eb5a76eed9b15c209326d77')
build() {
cd ${_pkgname}-${pkgver}