summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-07 16:48:12 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-07 16:48:12 -0300
commit18a6f1a328345bb5d11b4c9bf725563ab3069b36 (patch)
treeee75d8c7eec536a71efa5deb40d5ec4174858198 /pcr
parent6f8112111e0697195f0a8976cc61838ac546d841 (diff)
python2-qrcode: fix dependency
Diffstat (limited to 'pcr')
-rw-r--r--pcr/python2-qrcode/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/python2-qrcode/PKGBUILD b/pcr/python2-qrcode/PKGBUILD
index dd756eb95..a0d2377cb 100644
--- a/pcr/python2-qrcode/PKGBUILD
+++ b/pcr/python2-qrcode/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Python library to generate QR codes"
arch=('any')
url="https://github.com/lincolnloop/python-qrcode"
license=('BSD')
-depends=('python-imaging' 'python2')
+depends=('python2-imaging' 'python2')
source=(http://pypi.python.org/packages/source/q/qrcode/qrcode-${pkgver}.tar.gz)
md5sums=("9c0c3d85aae468ac5ed9a501306d00d0")