summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean Lucas2019-08-19 21:33:35 -0400
committerJean Lucas2019-08-19 21:33:35 -0400
commit4ac38dbb16a9f80d2f3b665f0745a615f4faa8ea (patch)
tree19d171d78ca647718aec808c8d347912b1782314 /PKGBUILD
parent8b4e09c892212f4ef2c752cc6a72098b2f668971 (diff)
downloadaur-4ac38dbb16a9f80d2f3b665f0745a615f4faa8ea.tar.gz
Correct pkgdesc and URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 044aeea5bf0d..7cc2662819bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=mailparser
pkgver=3.9.3
-pkgrel=2
-pkgdesc='Python package and CLI for parsing aggregate and forensic DMARC reports'
+pkgrel=3
+pkgdesc='Tokenizer for raw mails'
arch=(any)
-url=https://domainaware.github.io/parsedmarc
+url=https://github.com/SpamScope/mail-parser
license=(Apache)
depends=(python-ipaddress
python-simplejson
python-six)
makedepends=(python-setuptools)
-source=($pkgname-$pkgver.tar.gz::https://github.com/SpamScope/mail-parser/archive/v$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
sha512sums=('ca9ecd79fd9b5865714313f9283ec2a4480b261b1810060e4a0ffbe096bd21de5bc29a8446cb1e39e9570e5c1d680870653f72a221bb3bed1da9e4773aa8898c')
build() {