mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 05:50:40 +08:00
autoupdate: yay to 10.1.2-2 from aur
This commit is contained in:
parent
afb61187d8
commit
14f515db7f
1 changed files with 4 additions and 2 deletions
|
@ -1,16 +1,18 @@
|
||||||
# Maintainer: Jguer <joaogg3@gmail.com>
|
# Maintainer: Jguer <joaogg3@gmail.com>
|
||||||
pkgname=yay
|
pkgname=yay
|
||||||
pkgver=10.1.2
|
pkgver=10.1.2
|
||||||
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' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
|
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
|
||||||
url="https://github.com/Jguer/yay"
|
url="https://github.com/Jguer/yay"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=(
|
depends=(
|
||||||
'pacman>5'
|
'pacman>5'
|
||||||
'sudo'
|
|
||||||
'git'
|
'git'
|
||||||
)
|
)
|
||||||
|
optdepends=(
|
||||||
|
'sudo'
|
||||||
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
'go'
|
'go'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue