mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Remove git from depends, only needed in runtime depends.
This commit is contained in:
parent
494378e890
commit
2e88069c05
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -11,7 +11,7 @@ pkgdesc="Flutter Version Management: A simple CLI to manage Flutter SDK versions
|
|||
arch=('x86_64')
|
||||
url="https://fvm.app"
|
||||
license=('MIT')
|
||||
depends=('git')
|
||||
depends=()
|
||||
makedepends=('dart')
|
||||
options=('!strip')
|
||||
source=(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue