add git to depends

Signed-off-by: Jguer <me@jguer.space>
This commit is contained in:
Jguer 2018-04-29 00:33:30 +01:00
parent bd9dbf30d0
commit 562364e048
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = yay pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
pkgver = 6.727 pkgver = 6.727
pkgrel = 1 pkgrel = 2
url = https://github.com/Jguer/yay url = https://github.com/Jguer/yay
arch = i686 arch = i686
arch = x86_64 arch = x86_64
@ -9,9 +9,9 @@ pkgbase = yay
arch = armv6h arch = armv6h
arch = aarch64 arch = aarch64
license = GPL license = GPL
makedepends = git
makedepends = go makedepends = go
depends = sudo depends = sudo
depends = git
conflicts = yay-bin conflicts = yay-bin
conflicts = yay-git conflicts = yay-git
options = !strip options = !strip

View File

@ -1,7 +1,7 @@
# Maintainer: Jguer <joaogg3@gmail.com> # Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay pkgname=yay
pkgver=6.727 pkgver=6.727
pkgrel=1 pkgrel=2
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go." pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64') arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/Jguer/yay" url="https://github.com/Jguer/yay"
@ -9,9 +9,9 @@ license=('GPL')
options=('!strip' '!emptydirs') options=('!strip' '!emptydirs')
depends=( depends=(
'sudo' 'sudo'
'git'
) )
makedepends=( makedepends=(
'git'
'go' 'go'
) )
conflicts=('yay-bin' 'yay-git') conflicts=('yay-bin' 'yay-git')