summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdoardo Rosa2020-04-25 21:30:45 +0200
committerEdoardo Rosa2020-04-25 21:30:45 +0200
commit3ec5e32cf30689d8b22fe2ad3425cee0710ebbd2 (patch)
tree693c3fc7a20e79fbeb9f809aefbce0601901a4b5
parent4362a57ad3a1ea3d0eff1524b217aa011f8723dd (diff)
downloadaur-3ec5e32cf30689d8b22fe2ad3425cee0710ebbd2.tar.gz
bump to 1.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0348d1c3d8af..48e4b9e7bee0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-eml-parser
pkgdesc = Parse EML files and return various information found in the e-mail
- pkgver = 1.11.6
- pkgrel = 1
+ pkgver = 1.12.0
+ pkgrel = 0
url = https://pypi.org/project/eml-parser
arch = x86_64
license = GPLv3
depends = python
depends = python-chardet
depends = python-dateutil
- source = python-eml-parser.tar.gz::https://github.com/GOVCERT-LU/eml_parser/archive/v1.11.6.tar.gz
- sha512sums = 058ec2d5ddff6a323602655ceb04d4757690a90feb219ec73252f8f02a393fe22a3233e01f6ef2c8c1a94cf3816607d9b2a67e0a55b260b877047d462a9b23bf
+ source = python-eml-parser.tar.gz::https://github.com/GOVCERT-LU/eml_parser/archive/v1.12.0.tar.gz
+ sha512sums = 2d0815e2094aa1cf9d526a18b1a684f5183fc3b691e937638d0e791e8ef77f8115abc4ae404f7b2be44ea2f229d0bde6e9165b110fbecf09457006d2bce690e1
pkgname = python-eml-parser
diff --git a/PKGBUILD b/PKGBUILD
index df330a4a2d3b..aa2a105c77ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_pkgname=eml_parser
pkgname=python-eml-parser
-pkgver=1.11.6
-pkgrel=1
+pkgver=1.12.0
+pkgrel=0
pkgdesc='Parse EML files and return various information found in the e-mail'
url='https://pypi.org/project/eml-parser'
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=('058ec2d5ddff6a323602655ceb04d4757690a90feb219ec73252f8f02a393fe22a3233e01f6ef2c8c1a94cf3816607d9b2a67e0a55b260b877047d462a9b23bf')
+sha512sums=('2d0815e2094aa1cf9d526a18b1a684f5183fc3b691e937638d0e791e8ef77f8115abc4ae404f7b2be44ea2f229d0bde6e9165b110fbecf09457006d2bce690e1')
build() {
cd ${_pkgname}-${pkgver}