generated from archlinux/template
add git to depends
Signed-off-by: Jguer <me@jguer.space>
This commit is contained in:
parent
bd9dbf30d0
commit
562364e048
4
.SRCINFO
4
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = yay
|
||||
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
|
||||
pkgver = 6.727
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/Jguer/yay
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
@ -9,9 +9,9 @@ pkgbase = yay
|
||||
arch = armv6h
|
||||
arch = aarch64
|
||||
license = GPL
|
||||
makedepends = git
|
||||
makedepends = go
|
||||
depends = sudo
|
||||
depends = git
|
||||
conflicts = yay-bin
|
||||
conflicts = yay-git
|
||||
options = !strip
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: Jguer <joaogg3@gmail.com>
|
||||
pkgname=yay
|
||||
pkgver=6.727
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
||||
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
|
||||
url="https://github.com/Jguer/yay"
|
||||
@ -9,9 +9,9 @@ license=('GPL')
|
||||
options=('!strip' '!emptydirs')
|
||||
depends=(
|
||||
'sudo'
|
||||
'git'
|
||||
)
|
||||
makedepends=(
|
||||
'git'
|
||||
'go'
|
||||
)
|
||||
conflicts=('yay-bin' 'yay-git')
|
||||
|
Loading…
x
Reference in New Issue
Block a user