summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlad Wenter2023-03-24 15:00:05 +0100
committerAlad Wenter2023-03-24 15:00:05 +0100
commitb3f28bd6b41d703d16f6fe9f0c91e82eeb46f76d (patch)
tree57009aaf10382f7a4d74d0861c075a60c729780c /PKGBUILD
parent010e25d61309c32be80956e8f76af1297be3b382 (diff)
downloadaur-b3f28bd6b41d703d16f6fe9f0c91e82eeb46f76d.tar.gz
aurutils: remove jq dependency
Not required since v11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6839faa7a25..21caa1475a07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
pkgname=aurutils
pkgver=13
-pkgrel=1
+pkgrel=2
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
arch=('any')
@@ -11,7 +11,7 @@ source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
changelog=aurutils.changelog
install=aurutils.install
sha256sums=('5f1151e249b763d4baf3926cea1eb87aa89b737f457b8daf5be25e5ffa7296de')
-depends=('git' 'jq' 'pacutils' 'curl' 'perl')
+depends=('git' 'pacutils' 'curl' 'perl')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'
'devtools: aur-chroot'