From 41f47c1911de7bf0818971225781afcfbf873ec3 Mon Sep 17 00:00:00 2001 From: psykose Date: Mon, 9 May 2022 10:20:49 +0000 Subject: [PATCH] testing/py3-pyautogui: drop maintainership on request see https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/30057#note_219251 --- testing/py3-pyautogui/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/py3-pyautogui/APKBUILD b/testing/py3-pyautogui/APKBUILD index 84b5225c850..b651e99368b 100644 --- a/testing/py3-pyautogui/APKBUILD +++ b/testing/py3-pyautogui/APKBUILD @@ -1,11 +1,11 @@ # Contributor: Ivan Tham -# Maintainer: Ivan Tham +# Maintainer: pkgname=py3-pyautogui _pkgname=PyAutoGUI # upstream does not tag releases https://github.com/asweigart/pyautogui/issues/270 _commit=57a98be5fc1c33f077ca499f7836741faf31d463 pkgver=0.9.50 -pkgrel=2 +pkgrel=3 pkgdesc="A cross-platform Python module for GUI automation for human beings" url="https://pyautogui.readthedocs.io/" arch="noarch"