diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-29 18:11:32 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-29 21:14:38 +0000 |
commit | 8ce979741e57db53eb7345573320826ee69bbf68 (patch) | |
tree | 5708f927d28af7b55f740b635aceafe5fea6e737 /testing | |
parent | 4ecd26c14b4ab1d99693292c49a65154d944b96d (diff) | |
download | aports-8ce979741e57db53eb7345573320826ee69bbf68.tar.bz2 aports-8ce979741e57db53eb7345573320826ee69bbf68.tar.xz |
testing/py3-pyautogui: upgrade to 0.9.49
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-pyautogui/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py3-pyautogui/APKBUILD b/testing/py3-pyautogui/APKBUILD index 4091e3cedc..4f3642a19a 100644 --- a/testing/py3-pyautogui/APKBUILD +++ b/testing/py3-pyautogui/APKBUILD @@ -3,9 +3,9 @@ pkgname=py3-pyautogui _pkgname=PyAutoGUI # upstream does not tag releases https://github.com/asweigart/pyautogui/issues/270 -_commit=b3e5b3ee879aac9efa9e2ddbe68fa373c402114f -pkgver=0.9.48 -pkgrel=1 +_commit=1ac16fcb93e004e62893d133e09bfbd39857b563 +pkgver=0.9.49 +pkgrel=0 pkgdesc="A cross-platform Python module for GUI automation for human beings" url="https://pyautogui.readthedocs.io/" arch="noarch" @@ -30,4 +30,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="48c422801e84df2e8168d7ae25ba331477732c873e78f3ba235286602819bbdb2b88a8af91a9d8502f34edaa9dd19b3f48cb7cea10b6f8b5fe530147b6427823 PyAutoGUI-b3e5b3ee879aac9efa9e2ddbe68fa373c402114f.tar.gz" +sha512sums="105f0b337e3d49db0feafabdaf7a00e53de2f278e906320479c14b97a3c15c15114ae47e8edd69d798f36eb682ae801cf0985056c4a04e0dc759c216c3366195 PyAutoGUI-1ac16fcb93e004e62893d133e09bfbd39857b563.tar.gz" |