diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 12:04:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:40 +0000 |
commit | f9d78c31c9ff0fba2b8fb01e478c6096b38d0e75 (patch) | |
tree | 6664cb64ccfbb6b9a0137cbfcc536bdd9cc2de57 /testing | |
parent | d92c0aa604b9e09db8b2e08693d9adc97e4df8eb (diff) | |
download | aports-f9d78c31c9ff0fba2b8fb01e478c6096b38d0e75.tar.bz2 aports-f9d78c31c9ff0fba2b8fb01e478c6096b38d0e75.tar.xz |
testing/py3-pyautogui: rebuild against python 3.8
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-pyautogui/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pyautogui/APKBUILD b/testing/py3-pyautogui/APKBUILD index b8c6e53fb7..4091e3cedc 100644 --- a/testing/py3-pyautogui/APKBUILD +++ b/testing/py3-pyautogui/APKBUILD @@ -5,7 +5,7 @@ _pkgname=PyAutoGUI # upstream does not tag releases https://github.com/asweigart/pyautogui/issues/270 _commit=b3e5b3ee879aac9efa9e2ddbe68fa373c402114f pkgver=0.9.48 -pkgrel=0 +pkgrel=1 pkgdesc="A cross-platform Python module for GUI automation for human beings" url="https://pyautogui.readthedocs.io/" arch="noarch" |