diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-21 06:56:34 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-21 07:15:54 -0300 |
commit | 5d350f5edf5971193dfb2fd9a45a76aeaf15a95c (patch) | |
tree | 9d09740865c5745becbedff6f4fd85b0091b2ea8 | |
parent | 40c6471d4f9ed3c91b29ec57188140a86d4f20e8 (diff) | |
download | aports-5d350f5edf5971193dfb2fd9a45a76aeaf15a95c.tar.bz2 aports-5d350f5edf5971193dfb2fd9a45a76aeaf15a95c.tar.xz |
testing/py3-pyautogui: upgrade to 0.9.48
-rw-r--r-- | testing/py3-pyautogui/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-pyautogui/APKBUILD b/testing/py3-pyautogui/APKBUILD index a4f4238902..b8c6e53fb7 100644 --- a/testing/py3-pyautogui/APKBUILD +++ b/testing/py3-pyautogui/APKBUILD @@ -3,8 +3,8 @@ pkgname=py3-pyautogui _pkgname=PyAutoGUI # upstream does not tag releases https://github.com/asweigart/pyautogui/issues/270 -_commit=bd5f3bfa7a4f035cf58d80033730c678b5b077d8 -pkgver=0.9.47 +_commit=b3e5b3ee879aac9efa9e2ddbe68fa373c402114f +pkgver=0.9.48 pkgrel=0 pkgdesc="A cross-platform Python module for GUI automation for human beings" url="https://pyautogui.readthedocs.io/" @@ -30,4 +30,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="aeba59111d66c3b8470834fb6f5d01fd682ea73f210283031e14950149308576254d84cfc3fe7b8c2ce41780f272a81169b46a8d55182e2db926f1fab0951a00 PyAutoGUI-bd5f3bfa7a4f035cf58d80033730c678b5b077d8.tar.gz" +sha512sums="48c422801e84df2e8168d7ae25ba331477732c873e78f3ba235286602819bbdb2b88a8af91a9d8502f34edaa9dd19b3f48cb7cea10b6f8b5fe530147b6427823 PyAutoGUI-b3e5b3ee879aac9efa9e2ddbe68fa373c402114f.tar.gz" |