diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 14:45:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:52 +0000 |
commit | bc34b91da50e31757224aa4cdb6598b2c605c88e (patch) | |
tree | 54a93cb087fa40cda72ca447fab621d041a218dd | |
parent | 9150148ebc4d589e1d66e35dfc38f9163324c561 (diff) | |
download | aports-bc34b91da50e31757224aa4cdb6598b2c605c88e.tar.bz2 aports-bc34b91da50e31757224aa4cdb6598b2c605c88e.tar.xz |
testing/py-pyautogui: rebuild against python 3.7
-rw-r--r-- | testing/py-pyautogui/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pyautogui/APKBUILD b/testing/py-pyautogui/APKBUILD index fa5f1e5c92..6d6a13aa29 100644 --- a/testing/py-pyautogui/APKBUILD +++ b/testing/py-pyautogui/APKBUILD @@ -5,7 +5,7 @@ _pkgname=PyAutoGUI # upstream does not tag releases https://github.com/asweigart/pyautogui/issues/270 _commit=61f14d7632f80267232098edd71be98a30c1339b pkgver=0.9.37 -pkgrel=0 +pkgrel=1 pkgdesc="A cross-platform Python module for GUI automation for human beings" url="https://pyautogui.readthedocs.io/" arch="noarch" |