summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgesh2024-04-15 17:40:25 +0300
committergesh2024-04-15 17:40:25 +0300
commitffa5bdcc3604ffd256ada0f3e4f73511ab10a92c (patch)
treec7cd416c641d660149979ace9c7c1fb032c30b7a
parentd2445b09bf147c093339ecba48e517eb4151bf64 (diff)
downloadaur-ffa5bdcc3604ffd256ada0f3e4f73511ab10a92c.tar.gz
Add git makedep
Thanks to @alerque for reminding me of the makedep requirement
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fea2134f7c8d..781965f37981 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = pandoc-crossref-static-git
url = https://github.com/lierdakil/pandoc-crossref
arch = x86_64
license = GPL-2.0-or-later
+ makedepends = git
makedepends = stack
makedepends = pandoc
makedepends = yq
diff --git a/PKGBUILD b/PKGBUILD
index 5d54842ae927..f9420c13f3c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ conflicts=("pandoc-crossref")
provides=("$_pkgname=${pkgver%%.r*}")
replaces=('pandoc-crossref-bin' 'pandoc-crossref-static' 'pandoc-crossref-lite')
depends=("pandoc=$_pandoc_ver")
-makedepends=('stack' 'pandoc' 'yq')
+makedepends=('git' 'stack' 'pandoc' 'yq')
source=("$pkgname::git+$url.git")
sha256sums=('SKIP')