summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-02-08 23:38:03 +0500
committerDmitry Kharitonov2019-02-08 23:38:30 +0500
commit09b45690e3068c2e118ea8456e4373f6f63d8666 (patch)
tree3d91b3948a97a840b9bf810f7cdf33862fbeccc6
parent56e8882d52b2aac2da0ef9478eed72d68a3a0434 (diff)
downloadaur-09b45690e3068c2e118ea8456e4373f6f63d8666.tar.gz
Updated to 0.95.5; removed the unneeded req patch
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
-rw-r--r--requires.patch11
3 files changed, 6 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 665af3480779..5b4e7338715c 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.4
+ pkgver = 0.95.5
pkgrel = 1
url = https://github.com/autokey/autokey
arch = any
@@ -30,10 +30,8 @@ pkgbase = autokey-py3
conflicts = autokey
conflicts = autokey-gtk
conflicts = autokey-data
- source = autokey-py3-0.95.4.tar.gz::https://github.com/autokey-py3/autokey/archive/v0.95.4.tar.gz
- source = requires.patch
- sha256sums = 7d132180a92d37c87598e2bd324a60175de6a5185eac0be3d513730104b7d00d
- sha256sums = b904d9e336e5fa6480820148e4394aedfbfa2d3662b1ae38d03a200a9bcbbdd8
+ source = autokey-py3-0.95.5.tar.gz::https://github.com/autokey-py3/autokey/archive/v0.95.5.tar.gz
+ sha256sums = f96ae3d791a7cfed60fba05816b6e4948a1b68afa6220285ec63d503acfc988c
pkgname = autokey-py3
diff --git a/PKGBUILD b/PKGBUILD
index 23bae8d4ca8d..69b84bf5bf14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dave Blair <mail@dave-blair.de>
pkgname=autokey-py3
-pkgver=0.95.4
+pkgver=0.95.5
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"
@@ -19,15 +19,8 @@ optdepends=('kdialog: for Qt interface'
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"
- "requires.patch")
-sha256sums=('7d132180a92d37c87598e2bd324a60175de6a5185eac0be3d513730104b7d00d'
- 'b904d9e336e5fa6480820148e4394aedfbfa2d3662b1ae38d03a200a9bcbbdd8')
-
-prepare() {
- cd "$srcdir/autokey-${pkgver}"
- patch -Np1 -i ../requires.patch
-}
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/autokey-py3/autokey/archive/v${pkgver}.tar.gz")
+sha256sums=('f96ae3d791a7cfed60fba05816b6e4948a1b68afa6220285ec63d503acfc988c')
package() {
cd "$srcdir/autokey-${pkgver}"
diff --git a/requires.patch b/requires.patch
deleted file mode 100644
index 930494d7876f..000000000000
--- a/requires.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -163,7 +163,7 @@
- ]
- },
- scripts=['autokey-run', 'autokey-shell'],
-- install_requires=['dbus-python', 'pyinotify', 'python-xlib'],
-+ install_requires=['pyinotify', 'python-xlib'],
- classifiers=[
- 'Development Status :: 4 - Beta',
- 'Intended Audience :: Developers',