diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-07 16:48:12 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-07 16:48:12 -0300 |
commit | 18a6f1a328345bb5d11b4c9bf725563ab3069b36 (patch) | |
tree | ee75d8c7eec536a71efa5deb40d5ec4174858198 | |
parent | 6f8112111e0697195f0a8976cc61838ac546d841 (diff) | |
download | abslibre-18a6f1a328345bb5d11b4c9bf725563ab3069b36.tar.gz abslibre-18a6f1a328345bb5d11b4c9bf725563ab3069b36.tar.bz2 abslibre-18a6f1a328345bb5d11b4c9bf725563ab3069b36.zip |
python2-qrcode: fix dependency
-rw-r--r-- | pcr/python2-qrcode/PKGBUILD | 2 |
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") |