upgpkg: yay-bin 11.0.2-1

upstream release

upgpkg: yay-git 11.0.2.r0.g3fef4ae-1

upstream release

upgpkg: yay 11.0.2-1

upstream release

11.0.2
This commit is contained in:
jguer 2021-10-16 22:45:14 +02:00
parent fd11730f90
commit 34dd8781e7
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 = 11.0.1
pkgver = 11.0.2
pkgrel = 1
url = https://github.com/Jguer/yay
arch = i686
@ -16,7 +16,7 @@ pkgbase = yay
depends = git
optdepends = sudo
options = !lto
source = yay-11.0.1.tar.gz::https://github.com/Jguer/yay/archive/v11.0.1.tar.gz
sha256sums = bb4ceafe2938735e63c57974c32dd5980de52d2d9a102e602d4621ca93c51418
source = yay-11.0.2.tar.gz::https://github.com/Jguer/yay/archive/v11.0.2.tar.gz
sha256sums = 2e29f70bf332895c80c722d5d180fd9833c31d5a1dfe5cfa9d47b6f8cdcaca3a
pkgname = yay

View File

@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=11.0.1
pkgver=11.0.2
pkgrel=1
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
@ -18,7 +18,7 @@ makedepends=(
'go'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha256sums=('bb4ceafe2938735e63c57974c32dd5980de52d2d9a102e602d4621ca93c51418')
sha256sums=('2e29f70bf332895c80c722d5d180fd9833c31d5a1dfe5cfa9d47b6f8cdcaca3a')
# With pacman 6 arriving a rebuild of yay will be necessary, if you upgrade pacman without upgrading yay at the same time, yay will not run after.
# I'm bumping the pkgrel so it shows up on the upgrade list (and will do so when pacman transitions from staging->core)