evs, ev-view: add git as makedepends

This commit is contained in:
Kuoi 2022-08-29 23:38:35 +01:00
parent 77952396a1
commit 19ea2abf0d
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ arch=(x86_64)
url="https://github.com/js-arias/ev-view"
license=('BSD')
depends=('gcc-libs' 'gtk2')
makedepends=('make' 'gcc')
makedepends=('make' 'gcc' 'git')
source=("git+$url.git"
"Makefile")
md5sums=('SKIP'

View file

@ -2,12 +2,12 @@
pkgname=evs
pkgver=20161229.215801
pkgrel=1
pkgrel=2
pkgdesc="A tool for phylogenetic biogeography"
arch=(x86_64)
url="https://github.com/js-arias/evs"
license=('BSD')
makedepends=('go')
makedepends=('go' 'git')
source=("git+$url.git")
md5sums=('SKIP')