upgpkg: yay-bin 10.2.2-1

upstream release

upgpkg: yay-git 10.2.2.r0.g4993e4d-1

upstream release

upgpkg: yay 10.2.2-1

upstream release

10.2.2
This commit is contained in:
jguer 2021-05-10 09:05:21 +02:00
parent e6cfb6fc52
commit bd7006c9db
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
pkgver = 10.2.1
pkgver = 10.2.2
pkgrel = 1
url = https://github.com/Jguer/yay
arch = i686
@ -15,8 +15,8 @@ pkgbase = yay
depends = pacman>5
depends = git
optdepends = sudo
source = yay-10.2.1.tar.gz::https://github.com/Jguer/yay/archive/v10.2.1.tar.gz
sha256sums = 04cc7b2610711b780c393d95088d786db755c50d861736f067b7c90226ffb65d
source = yay-10.2.2.tar.gz::https://github.com/Jguer/yay/archive/v10.2.2.tar.gz
sha256sums = 0e3fc11d6a26056d02db5aae863ca7b874578a94fe5c1250272a3bca376a24e2
pkgname = yay

View File

@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=10.2.1
pkgver=10.2.2
pkgrel=1
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
@ -17,7 +17,7 @@ makedepends=(
'go'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha256sums=('04cc7b2610711b780c393d95088d786db755c50d861736f067b7c90226ffb65d')
sha256sums=('0e3fc11d6a26056d02db5aae863ca7b874578a94fe5c1250272a3bca376a24e2')
build() {
export GOPATH="$srcdir"/gopath