diff options
author | Sam Bazley | 2024-07-07 10:58:18 +0100 |
---|---|---|
committer | Sam Bazley | 2024-07-07 10:58:18 +0100 |
commit | 89c051017d538da6295ccc6b6e88d0cee91f15cb (patch) | |
tree | fdbc4cace4693ae105b159b747fd905bf1dc4077 | |
parent | 8b2a132b81dbf72f3ad79293f339a17e31f0125c (diff) | |
download | aur-blockbar-wl-git.tar.gz |
Add git to makedepends
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ pkgbase = blockbar-wl-git arch = i686 arch = x86_64 license = ZLIB + makedepends = git depends = cairo depends = pango depends = ujson-git @@ -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") |