summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorElijah Gregg2021-09-11 08:58:27 -0600
committerElijah Gregg2021-09-11 08:58:27 -0600
commit7abc2300a21eb162af5c45b669ad97c541362b1a (patch)
tree7cebddfb81c9df0f4c2b8034c6dbe650f35575c7 /PKGBUILD
parenta13fe3f97b7ce805ecf2dbb6c90684877f26b77f (diff)
downloadaur-7abc2300a21eb162af5c45b669ad97c541362b1a.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f1c1ca20056..1f35ac07da3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A graphical pdf (and epub, cbz, ...) reader that works inside the kitty
arch=("x86_64")
url="https://github.com/dsanson/termpdf.py"
license=("MIT")
-makedepends=("python-setuptools")
+makedepends=("python-setuptools" "git")
depends=("python" "python-pymupdf" "python-pdfrw" "python-pyperclip"
"python-pybtex" "python-pynvim" "python-roman" "python-pagelabels")
provides=("termpdf.py")