From fd398eeaf9207363f2c2edcd7a91845e908fd966 Mon Sep 17 00:00:00 2001 From: etorres4 Date: Thu, 17 Mar 2022 23:41:00 -0700 Subject: [PATCH] Add dependency for gist --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index b202af0..3e07f31 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgdesc="A set of helper scripts for handling Arch Linux packages" arch=('any') license=('MIT') groups=(pacman-helpers) -depends=(pacman python) +depends=(gist pacman python) makedepends=(git python-setuptools) optdepends=('fzf: for the fqo script' 'mlocate: for the fqo script')