summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f44cd69ac61..93946c3bc142 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=email2pdf
-pkgver=0.9.5
-pkgrel=2
+pkgver=0.9.5.1
+pkgrel=1
pkgdesc="Convert EML files to PDF."
url="https://github.com/andrewferrier/email2pdf"
depends=('python-beautifulsoup4' 'python-html5lib' 'python-lxml' 'python-pypdf2' 'python-magic' 'python-reportlab' 'python-requests' 'wkhtmltopdf')
license=('MIT')
arch=('any')
-source=("https://github.com/andrewferrier/email2pdf/archive/0.9.5.tar.gz")
-sha256sums=('3b321c418983895ebd09eec6676fa59cb7428ccfd3679ee47049d9db67771c9b')
+source=("https://github.com/andrewferrier/email2pdf/archive/${pkgver}.tar.gz")
+sha256sums=('c11cd970a9335c6b16166c2e5d82cc2dbd4b9ed6bb4fe9e516134a9ea5645238')
package() {
cd "$srcdir/${pkgname}-${pkgver}"