summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2020-01-20 08:18:29 -0700
committeryochananmarqos2020-01-20 08:18:29 -0700
commit2574d9ed9b2cde45a5f80a328be80ab04fde0a94 (patch)
tree45722e97724ade92a25c7173d44caa4a2f4c291d
parentf6d8e1ff6a0be8c566072fa91e1967747538d2db (diff)
downloadaur-2574d9ed9b2cde45a5f80a328be80ab04fde0a94.tar.gz
added makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8c5b7958ff6..b47f232b59c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-pyautogui
pkgdesc = A cross-platform GUI automation Python module for human beings
pkgver = 0.9.48
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/asweigart/pyautogui
arch = any
license = BSD
+ makedepends = python-setuptools
depends = python-pymsgbox
depends = python-pyscreeze
depends = python-pytweening
diff --git a/PKGBUILD b/PKGBUILD
index aa8ecd26e618..493a76c9bddf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
pkgname=python-pyautogui
_name=PyAutoGUI
pkgver=0.9.48
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform GUI automation Python module for human beings"
arch=('any')
url="https://github.com/asweigart/pyautogui"
license=('BSD')
depends=('python-pymsgbox' 'python-pyscreeze' 'python-pytweening' 'python-mouseinfo')
+makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('e91a25c1cdf826e7d0581775b5fbe47f7e12af79e0eb9dc3e1488ba99f2e0c60')