summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-07-16 20:21:25 -0600
committerMark Wagie2022-07-16 20:21:25 -0600
commitc0cc5b786248157daf160c3314df134634a1458c (patch)
tree047a197455957eb4c965fd058de7be257af5e25d
parentfffd21f6be60769d66a887376bcb500545d943b8 (diff)
downloadaur-c0cc5b786248157daf160c3314df134634a1458c.tar.gz
revert previous commit, fixed with libnotify 0.8.0-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfbeb1f62150..62ae9c78dd52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = autokey
pkgdesc = A desktop automation utility for Linux and X11
pkgver = 0.96.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/autokey/autokey
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 5fd1156e6a00..275aa420f2e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=('autokey-common' 'autokey-gtk' 'autokey-qt')
pkgbase=autokey
pkgver=0.96.0
-pkgrel=3
+pkgrel=4
pkgdesc="A desktop automation utility for Linux and X11"
arch=('any')
url="https://github.com/autokey/autokey"
@@ -13,13 +13,6 @@ makedepends=('python-build' 'python-installer' 'python-pyqt5' 'python-setuptools
source=("$pkgbase-$pkgver.tar.gz::https://github.com/autokey/autokey/archive/v$pkgver.tar.gz")
sha256sums=('40341fc4cd9703a34264e9191b5938fc7ed5a6f357992d91e492975d89933acd')
-prepare() {
- cd "$pkgbase-$pkgver"
-
- # bump Notify to 0.8
- sed -i "s/'Notify', '0.7'/'Notify', '0.8'/g" lib/autokey/gtkui/notifier.py
-}
-
build() {
cd "$pkgbase-$pkgver"
python -m build --wheel --no-isolation