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,7 +1,7 @@
pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
pkgver = 10.1.2
pkgrel = 1
pkgrel = 2
url = https://github.com/Jguer/yay
arch = i686
arch = pentium4
@ -13,8 +13,8 @@ pkgbase = yay
license = GPL
makedepends = go
depends = pacman>5
depends = sudo
depends = git
optdepends = sudo
source = yay-10.1.2.tar.gz::https://github.com/Jguer/yay/archive/v10.1.2.tar.gz
sha256sums = 203ac178fcece5edbeaae40813b69f49d9af346a9bb4579252ba4a2eb2225f52

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'
)