summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Markovic2023-03-14 11:28:22 +0100
committerFilip Markovic2023-03-14 11:28:22 +0100
commitc873f39bd2f8af1d4f6ee58c3c39fe6987e4339d (patch)
treef3b9eb249945e74d78e75f5076e7359583ad0bd9
parente144b814d2539fcae5b1f2134eb4d38f6cc8a629 (diff)
downloadaur-hyprcwd-git.tar.gz
Add jq as dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e07076b09cfd..7e93c9d09a48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = hyprcwd-git
arch = x86_64
arch = aarch64
license = MIT
+ depends = jq
provides = hyprcwd
conflicts = hyprcwd
source = hyprcwd::git+https://github.com/vilari-mickopf/hyprcwd.git
diff --git a/PKGBUILD b/PKGBUILD
index 6ac9b0818425..1a518673d0af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="xcwd for Hyprland"
arch=(x86_64 aarch64)
url="https://github.com/vilari-mickopf/$_pkgname"
+depends=('jq')
license=('MIT')
provides=("$_pkgname")
conflicts=("$_pkgname")