summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2018-07-21 12:03:23 +0500
committerDmitry Kharitonov2018-07-21 12:03:23 +0500
commitade10aaff4206e233ef7726479183a7488737131 (patch)
treeaeeed70a2d10f4dcf93e63898cae9d9e8591a88f
parentcab3a8da3cb461609b60b21669464ffa73b5672e (diff)
downloadaur-ade10aaff4206e233ef7726479183a7488737131.tar.gz
Updated to 0.95.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e03cafbc50c..9881a1fd5e39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = autokey-py3
pkgdesc = Python 3 port of AutoKey, a desktop automation utility for Linux and X11 with new features.
- pkgver = 0.95.1
- pkgrel = 2
+ pkgver = 0.95.2
+ pkgrel = 1
url = https://github.com/guoci/autokey-py3
arch = any
license = GPL3
@@ -29,9 +29,9 @@ pkgbase = autokey-py3
conflicts = autokey
conflicts = autokey-gtk
conflicts = autokey-data
- source = autokey-py3-0.95.1.tar.gz::https://github.com/autokey-py3/autokey/archive/v0.95.1.tar.gz
+ source = autokey-py3-0.95.2.tar.gz::https://github.com/autokey-py3/autokey/archive/v0.95.2.tar.gz
source = requires.patch
- sha256sums = a35d15e2582e89d9689b12eded7e1430ea8692e707e1bcb2c071ebfb008115cb
+ sha256sums = 2354d0ea45b6d4dafdb9da9b9d046e204616f2612c8c21ac36550e88f362b499
sha256sums = 4e33374c4eff96573ce92fda5e8263c8a610c9ba9fdce98046a0a3a05ac9a478
pkgname = autokey-py3
diff --git a/PKGBUILD b/PKGBUILD
index ef85905c8965..cc75b242dc30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
# Contributor: Dave Blair <mail@dave-blair.de>
pkgname=autokey-py3
-pkgver=0.95.1
-pkgrel=2
+pkgver=0.95.2
+pkgrel=1
pkgdesc="Python 3 port of AutoKey, a desktop automation utility for Linux and X11 with new features."
url="https://github.com/guoci/autokey-py3"
depends=('python' 'wmctrl' 'hicolor-icon-theme' 'python-dbus' 'python-pyinotify'
@@ -19,7 +19,7 @@ license=('GPL3')
arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/autokey-py3/autokey/archive/v${pkgver}.tar.gz"
"requires.patch")
-sha256sums=('a35d15e2582e89d9689b12eded7e1430ea8692e707e1bcb2c071ebfb008115cb'
+sha256sums=('2354d0ea45b6d4dafdb9da9b9d046e204616f2612c8c21ac36550e88f362b499'
'4e33374c4eff96573ce92fda5e8263c8a610c9ba9fdce98046a0a3a05ac9a478')
prepare() {