summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1735bcf7e72..665af3480779 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.3
- pkgrel = 2
+ pkgver = 0.95.4
+ pkgrel = 1
url = https://github.com/autokey/autokey
arch = any
license = GPL3
@@ -30,9 +30,9 @@ pkgbase = autokey-py3
conflicts = autokey
conflicts = autokey-gtk
conflicts = autokey-data
- source = autokey-py3-0.95.3.tar.gz::https://github.com/autokey-py3/autokey/archive/v0.95.3.tar.gz
+ source = autokey-py3-0.95.4.tar.gz::https://github.com/autokey-py3/autokey/archive/v0.95.4.tar.gz
source = requires.patch
- sha256sums = 895749bfcc515d6bdeacc3192afba4263e91a8ad6ee9db42b983db67da3b847c
+ sha256sums = 7d132180a92d37c87598e2bd324a60175de6a5185eac0be3d513730104b7d00d
sha256sums = b904d9e336e5fa6480820148e4394aedfbfa2d3662b1ae38d03a200a9bcbbdd8
pkgname = autokey-py3
diff --git a/PKGBUILD b/PKGBUILD
index 55e7acd9e74a..23bae8d4ca8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Dave Blair <mail@dave-blair.de>
pkgname=autokey-py3
-pkgver=0.95.3
-pkgrel=2
+pkgver=0.95.4
+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"
depends=('python' 'wmctrl' 'hicolor-icon-theme' 'python-dbus' 'python-pyinotify'
@@ -21,7 +21,7 @@ license=('GPL3')
arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/autokey-py3/autokey/archive/v${pkgver}.tar.gz"
"requires.patch")
-sha256sums=('895749bfcc515d6bdeacc3192afba4263e91a8ad6ee9db42b983db67da3b847c'
+sha256sums=('7d132180a92d37c87598e2bd324a60175de6a5185eac0be3d513730104b7d00d'
'b904d9e336e5fa6480820148e4394aedfbfa2d3662b1ae38d03a200a9bcbbdd8')
prepare() {