summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e98d4ca1dc4f..f4541b781425 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python2-pynzb
pkgdesc = A unified API for parsing NZB files
pkgver = 0.1.0
- pkgrel = 4
+ pkgrel = 5
url = http://pypi.python.org/pypi/pynzb/
arch = any
license = BSD
makedepends = python2-distribute
depends = python2
depends = expat
- optdepends = python-lxml: Use lxml instead of expat
+ optdepends = python2-lxml: Use lxml instead of expat
conflicts = pynzb
source = https://files.pythonhosted.org/packages/source/p/pynzb/pynzb-0.1.0.tar.gz
md5sums = 63c74a36348ac28aa99732dcb8be8c59
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')