summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-04-11 08:12:21 -0600
committerMark Wagie2023-04-11 08:12:21 -0600
commit3734a0ae4c2e30b68a0ef69064cabd1329478232 (patch)
treea0509bfca2bd239e2c9f7043d690f9525ccdcd0c /PKGBUILD
parentd5b42dd0cb63b0a1bd48119bf56f353692bad4e9 (diff)
downloadaur-3734a0ae4c2e30b68a0ef69064cabd1329478232.tar.gz
add missing build dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b88b14b049f1..9aa04a690f9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=gnome-shell-extension-gnome-ui-tune-git
-pkgver=1.5.0.r3.g9d75205
-pkgrel=2
+pkgver=1.7.2.r0.gb720e9c
+pkgrel=1
pkgdesc="Tunes the overview UI of GNOME 40"
arch=('any')
url="https://github.com/axxapy/gnome-ui-tune"
license=('GPL3')
depends=('gnome-shell')
-makedepends=('git')
+makedepends=('git' 'jq')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/axxapy/gnome-ui-tune.git')