summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsoker902018-02-04 00:43:01 +0100
committersoker902018-02-04 00:43:01 +0100
commit083695536b595825669af825b0b16b6b4c5b4b00 (patch)
tree83330dbe95a8d0a81574213467364cbb3aae70b3 /PKGBUILD
parent05e4de74e421beff4876828a3b4ea674d49bdd18 (diff)
downloadaur-083695536b595825669af825b0b16b6b4c5b4b00.tar.gz
Fixed optional dependence
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d21097376e4..f1ae7ee06328 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=pynzb
pkgname=python2-$_name
pkgver=0.1.0
-pkgrel=4
+pkgrel=5
pkgdesc="A unified API for parsing NZB files"
arch=('any')
url="http://pypi.python.org/pypi/pynzb/"
@@ -12,7 +12,7 @@ license=('BSD')
depends=('python2' 'expat')
makedepends=('python2-distribute')
conflicts=('pynzb')
-optdepends=('python-lxml: Use lxml instead of expat')
+optdepends=('python2-lxml: Use lxml instead of expat')
source=(https://files.pythonhosted.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz)
md5sums=('63c74a36348ac28aa99732dcb8be8c59')