summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2022-08-28 23:11:37 -0400
committerAndrew O'Neill2022-08-28 23:11:37 -0400
commite2c64e3d31896bc4b0df5e051619e27259de2237 (patch)
treee415bef106e6cbe21d1643aab4d3359a9ff5b259 /PKGBUILD
parent5f256613fb0a2b7d4b707848c3b95bb8a030ff3b (diff)
downloadaur-e2c64e3d31896bc4b0df5e051619e27259de2237.tar.gz
Add git to makedepends array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54915636f853..17cc3ec9dce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Fast BAM/CRAM depth calculation for WGS, exome, or targeted sequencing'
arch=('x86_64')
url="https://github.com/brentp/${pkgname}"
license=('MIT')
-makedepends=('nim' 'nimble' 'htslib')
+makedepends=('git' 'nim' 'nimble' 'htslib')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('71edbefef8e3a43ddf41f79e24f4a11eb208e6fc0957e4431294a5e9517a3c14')