summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJack R2020-10-10 16:54:16 -0400
committerJack R2020-10-10 16:54:16 -0400
commita4dd3fa07a65e4d30df7b52e189c243d73a7d71b (patch)
tree712194a7aa41c4095300018b6427a65abad55042 /PKGBUILD
parent8bbe1fbd10bf7435fcc5e0b8523e8cb01fe0f763 (diff)
downloadaur-a4dd3fa07a65e4d30df7b52e189c243d73a7d71b.tar.gz
Release 0.9.52
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0c5710d4e87..d9048573d794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer:
+# Maintainer: Jack Rubacha <rubacha.jack03@gmail.com>
# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
# Contributor: Clemmitt M. Sigler <cmsigler dot online at gmail dot com>
# Contributor: xantares
pkgname=python-pyautogui
_name=PyAutoGUI
-pkgver=0.9.51
+pkgver=0.9.52
pkgrel=1
pkgdesc="A cross-platform GUI automation Python module for human beings"
arch=('any')
@@ -14,7 +14,7 @@ depends=('python-pymsgbox' 'python-pyscreeze' 'python-pytweening' 'python-mousei
# 'python-pygetwindow' - Not compatible with Linux yet
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('2ca9b44cdde3f2c18a67b00301cd8a1262853a68b8045d557067b8ac979affda')
+sha256sums=('a486cb6b818bcbcdf98b48d010c7cee964134fa394b756e8ce6e50d43b58ecc8')
build() {
cd "$_name-$pkgver"