autoupdate: yay to 10.1.2-2 from aur

This commit is contained in:
Archlinux-Jerry Build Bot 2021-02-16 13:16:44 +08:00
parent afb61187d8
commit 14f515db7f
1 changed files with 4 additions and 2 deletions

View File

@ -1,16 +1,18 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=10.1.2
pkgrel=1
pkgrel=2
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/Jguer/yay"
license=('GPL')
depends=(
'pacman>5'
'sudo'
'git'
)
optdepends=(
'sudo'
)
makedepends=(
'go'
)