summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-02-10 15:49:54 +0500
committerDmitry Kharitonov2019-02-10 15:49:54 +0500
commitc3516554b268e9e7b48dca13c424bf357aa5d531 (patch)
tree21efd2e8d4bc028236133f91b27b18c613cb944d
parent09b45690e3068c2e118ea8456e4373f6f63d8666 (diff)
downloadaur-autokey-py3.tar.gz
Updated to 0.95.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b4e7338715c..c576c9a155f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = autokey-py3
pkgdesc = Python 3 port of AutoKey, a desktop automation utility for Linux and X11 with new features.
- pkgver = 0.95.5
+ pkgver = 0.95.6
pkgrel = 1
url = https://github.com/autokey/autokey
arch = any
@@ -30,8 +30,8 @@ pkgbase = autokey-py3
conflicts = autokey
conflicts = autokey-gtk
conflicts = autokey-data
- source = autokey-py3-0.95.5.tar.gz::https://github.com/autokey-py3/autokey/archive/v0.95.5.tar.gz
- sha256sums = f96ae3d791a7cfed60fba05816b6e4948a1b68afa6220285ec63d503acfc988c
+ source = autokey-py3-0.95.6.tar.gz::https://github.com/autokey-py3/autokey/archive/v0.95.6.tar.gz
+ sha256sums = d02aa25107c652d6eb960be0e7722bcc07d997a41fbf06b29babc0389ce3ee0d
pkgname = autokey-py3
diff --git a/PKGBUILD b/PKGBUILD
index 69b84bf5bf14..56b6ea9f229a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dave Blair <mail@dave-blair.de>
pkgname=autokey-py3
-pkgver=0.95.5
+pkgver=0.95.6
pkgrel=1
pkgdesc="Python 3 port of AutoKey, a desktop automation utility for Linux and X11 with new features."
url="https://github.com/autokey/autokey"
@@ -20,7 +20,7 @@ conflicts=('autokey' 'autokey-gtk' 'autokey-data')
license=('GPL3')
arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/autokey-py3/autokey/archive/v${pkgver}.tar.gz")
-sha256sums=('f96ae3d791a7cfed60fba05816b6e4948a1b68afa6220285ec63d503acfc988c')
+sha256sums=('d02aa25107c652d6eb960be0e7722bcc07d997a41fbf06b29babc0389ce3ee0d')
package() {
cd "$srcdir/autokey-${pkgver}"