summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kescher2023-10-29 22:46:03 +0100
committerJeremy Kescher2023-10-29 22:46:03 +0100
commitf8e1d4e417566275eb9d8be11101c12d083c9aac (patch)
tree447f1777f412498e899c3c02553f416e486ad7f9
parente20b7a52d64e9ad3eab7bbf222f6496e8e8686fe (diff)
downloadaur-f8e1d4e417566275eb9d8be11101c12d083c9aac.tar.gz
Add git as make dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a100bc8d2b5..c9ebd52360c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = hyprland-plugins-git
arch = aarch64
license = BSD
makedepends = hyprland
+ makedepends = git
source = hyprland-plugins-git::git+https://github.com/hyprwm/hyprland-plugins.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 09d40f9c6ab8..647a19cabcba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Official plugins for hyprland"
arch=(x86_64 aarch64)
url="https://github.com/hyprwm/hyprland-plugins"
license=('BSD')
-makedepends=(hyprland)
+makedepends=(hyprland git)
source=($pkgbase::git+https://github.com/hyprwm/hyprland-plugins.git)
sha256sums=('SKIP')