mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
evs, ev-view: add git as makedepends
This commit is contained in:
parent
77952396a1
commit
19ea2abf0d
2 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue