From c1cba73950a37c4f31c8b490bca9c87ddb30f7e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Thu, 19 Jan 2017 21:45:25 +0100 Subject: [PATCH] python-rfc6266-parser: Add python-lepl as dependency --- python-rfc6266-parser/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-rfc6266-parser/PKGBUILD b/python-rfc6266-parser/PKGBUILD index 890d3c1..bbb22ce 100644 --- a/python-rfc6266-parser/PKGBUILD +++ b/python-rfc6266-parser/PKGBUILD @@ -2,10 +2,10 @@ pkgname=python-rfc6266-parser pkgver=0.0.5.post2 -pkgrel=1 +pkgrel=2 pkgdesc="Parse and generate Content-Disposition headers; Fork of rfc6266 with bugfixes." url="https://github.com/SWW13/python-rfc6266-parser" -depends=('python') +depends=('python' 'python-lepl') makedepends=('python3') license=('GNU LGPL') arch=('any')