summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Bazley2024-07-07 10:58:18 +0100
committerSam Bazley2024-07-07 10:58:18 +0100
commit89c051017d538da6295ccc6b6e88d0cee91f15cb (patch)
treefdbc4cace4693ae105b159b747fd905bf1dc4077
parent8b2a132b81dbf72f3ad79293f339a17e31f0125c (diff)
downloadaur-blockbar-wl-git.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe9d85af8ede..59693f7d6065 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = blockbar-wl-git
arch = i686
arch = x86_64
license = ZLIB
+ makedepends = git
depends = cairo
depends = pango
depends = ujson-git
diff --git a/PKGBUILD b/PKGBUILD
index 95f0e0984907..29c8f695432b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Blocks based status bar for Wayland (wlroots) compositors"
arch=("i686" "x86_64")
url="https://github.com/sambazley/blockbar"
license=("ZLIB")
-makedepends=()
+makedepends=("git")
depends=("cairo" "pango" "ujson-git" "wayland" "wayland-protocols")
source=("git+https://github.com/sambazley/blockbar.git")
md5sums=("SKIP")