summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')