autoupdate: yay to 10.2.0-1 from aur

This commit is contained in:
Archlinux-Jerry Build Bot 2021-03-18 03:18:41 +08:00
parent 17485fcd70
commit 7dc321693e
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# Maintainer: Jguer <joaogg3@gmail.com> # Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay pkgname=yay
pkgver=10.1.2 pkgver=10.2.0
pkgrel=2 pkgrel=1
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=('GPL3')
depends=( depends=(
'pacman>5' 'pacman>5'
'git' 'git'
@ -17,7 +17,7 @@ makedepends=(
'go' 'go'
) )
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha256sums=('203ac178fcece5edbeaae40813b69f49d9af346a9bb4579252ba4a2eb2225f52') sha256sums=('755d049ec09cc20bdcbb004b12ab4e35ba3bb94a7dce9dfa544d24f87deda8aa')
build() { build() {
export GOPATH="$srcdir"/gopath export GOPATH="$srcdir"/gopath