summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2020-02-17 02:05:25 +0500
committerDmitry Kharitonov2020-02-17 02:05:25 +0500
commit922a7137cfc7dc42ebbafbc62b6c186449a7ef70 (patch)
tree05bcd2ad9d3f2173b09d0c4c863b070a8c2bc81b
parentdabbdfe64794ea0217b463579e3ffb4707b03856 (diff)
downloadaur-922a7137cfc7dc42ebbafbc62b6c186449a7ef70.tar.gz
0.95.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 295a562bb0ec..33600a60e879 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = autokey
pkgdesc = AutoKey, a desktop automation utility for Linux and X11, updated to run on Python 3
- pkgver = 0.95.9
+ pkgver = 0.95.10
pkgrel = 1
url = https://github.com/autokey/autokey
arch = i686
@@ -28,8 +28,8 @@ pkgbase = autokey
optdepends = qt-at-spi: to work with KDE/Qt applications
optdepends = python-atspi: for ATSPI in Gtk interface
replaces = autokey-py3
- source = autokey-0.95.9.tar.gz::https://github.com/autokey-py3/autokey/archive/v0.95.9.tar.gz
- sha256sums = 46d42189d7a033ce9710395d2ddca685e83bd8792d6b25309e2446c4184063b5
+ source = autokey-0.95.10.tar.gz::https://github.com/autokey-py3/autokey/archive/v0.95.10.tar.gz
+ sha256sums = e622ca04b3340f1ca0999bf03f05c9071a9f8aa3bc91c26c45c35509d63ff23d
pkgname = autokey
diff --git a/PKGBUILD b/PKGBUILD
index c9570c7a0fb0..f113080ab9e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dave Blair <mail@dave-blair.de>
pkgname=autokey
-pkgver=0.95.9
+pkgver=0.95.10
pkgrel=1
pkgdesc="AutoKey, a desktop automation utility for Linux and X11, updated to run on Python 3"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ optdepends=('kdialog: for Qt interface'
replaces=('autokey-py3')
license=('GPL3')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/autokey-py3/autokey/archive/v${pkgver}.tar.gz")
-sha256sums=('46d42189d7a033ce9710395d2ddca685e83bd8792d6b25309e2446c4184063b5')
+sha256sums=('e622ca04b3340f1ca0999bf03f05c9071a9f8aa3bc91c26c45c35509d63ff23d')
package() {
cd "$srcdir/autokey-${pkgver}"