summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Dovi2021-08-17 20:12:49 +0200
committerArnaud Dovi2021-08-17 20:12:49 +0200
commit4afd3a24dd780d24e10981f9c3a6430b1aa151f5 (patch)
treecc6e75391b0f8ed8c26d5bdfd3d949d31d48fe33
parentf07f22891a5d83a40496381400efebb481012f75 (diff)
downloadaur-4afd3a24dd780d24e10981f9c3a6430b1aa151f5.tar.gz
Add BlueDrink9 as maintainer and wmctrl with zenity as dependencies (thanks @msnspk)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e6a0c534f90..20ca1bd6089f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = autokey-git
pkgdesc = A desktop automation utility for Linux and X11 - GTK & Qt frontends
- pkgver = 0.96.0.beta.5.r0.30e0f9a
- pkgrel = 2
+ pkgver = 0.96.0.beta.8.r0.3978116
+ pkgrel = 1
url = https://github.com/autokey/autokey
arch = x86_64
license = GPL3
@@ -22,8 +22,10 @@ pkgbase = autokey-git
depends = python-qscintilla-qt5
depends = python-xlib
depends = qt5ct
+ depends = wmctrl
depends = xapp
depends = xfconf
+ depends = zenity
optdepends = gnome-themes-extra
optdepends = gtk-engine-murrine
optdepends = nvidia-utils
diff --git a/PKGBUILD b/PKGBUILD
index 03a83df4e644..de44903fd909 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
+# Maintainer: BlueDrink9 <bluedrink9+aur@gmail.com>
# Maintainer: Arnaud Dovi <mr.dovi@gmail.com>
pkgname=('autokey-git')
-pkgver=0.96.0.beta.5.r0.30e0f9a
-pkgrel=2
+pkgver=0.96.0.beta.8.r0.3978116
+pkgrel=1
pkgdesc='A desktop automation utility for Linux and X11 - GTK & Qt frontends'
arch=('x86_64')
url='https://github.com/autokey/autokey'
@@ -31,8 +32,10 @@ depends=(
'python-qscintilla-qt5'
'python-xlib'
'qt5ct'
+ 'wmctrl'
'xapp'
'xfconf'
+ 'zenity'
)
makedepends=(
'coreutils'