From d391b4d7f31b1f5beee3f2c037eb31ff14d2ed26 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Thu, 9 May 2024 19:58:09 -0700 Subject: [PATCH] Re-add git as build dependency --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index f0eb651..539a4b7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ arch=('any') license=('MIT') groups=(pacman-helpers) depends=(gist mlocate pacman python pyalpm) -makedepends=(python-build python-installer python-setuptools) +makedepends=(git python-build python-installer python-setuptools) optdepends=('fzf: for the fqo script' 'mlocate: for the fqo script') checkdepends=(python-hypothesis python-pytest)