summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2015-11-02 18:42:50 +0100
committerMichel Zou2015-11-02 18:42:50 +0100
commitb46a89ee6dab451d30adcdb9ada1437b4930a9db (patch)
tree3b7af437f9574819b44169265609a734024e45d8
parent83d31c714758aa19b72425071a3e83ec3766f92e (diff)
downloadaur-b46a89ee6dab451d30adcdb9ada1437b4930a9db.tar.gz
add pillow
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 946af84febc9..502526b0baa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-pyautogui
license = BSD
makedepends = python-setuptools
depends = python-xlib
+ depends = python-pillow
source = https://pypi.python.org/packages/source/P/PyAutoGUI/PyAutoGUI-0.9.31.zip
md5sums = ae5c9468911863bd9d174642abd5bc18
diff --git a/PKGBUILD b/PKGBUILD
index 0dd562852b3c..6e1a9e03752d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('any')
url="https://github.com/asweigart/pyautogui"
license=('BSD')
makedepends=('python-setuptools')
-depends=('python-xlib')
+depends=('python-xlib' 'python-pillow')
source=(https://pypi.python.org/packages/source/P/PyAutoGUI/PyAutoGUI-${pkgver}.zip)
md5sums=('ae5c9468911863bd9d174642abd5bc18')