upgpkg: yay-bin 10.1.2-2

upgpkg: yay-git 10.1.2.r0.g7d849a8-2

upgpkg: yay 10.1.2-2

make sudo opt
This commit is contained in:
jguer
2021-01-29 21:53:16 +01:00
parent bd6082f85f
commit 4f61e7ce6a
2 changed files with 6 additions and 4 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'
)