upgpkg: yay-bin 11.0.0-1

upstream release

upgpkg: yay-git 11.0.0.r0.g3a6654b-1

upstream release

upgpkg: yay 11.0.0-1

upstream release

11.0.0
This commit is contained in:
jguer 2021-10-09 23:32:34 +02:00
parent a62850c273
commit 308e23430e
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = yay pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
pkgver = 10.3.1 pkgver = 11.0.0
pkgrel = 2 pkgrel = 1
url = https://github.com/Jguer/yay url = https://github.com/Jguer/yay
arch = i686 arch = i686
arch = pentium4 arch = pentium4
@ -16,7 +16,7 @@ pkgbase = yay
depends = git depends = git
optdepends = sudo optdepends = sudo
options = !lto options = !lto
source = yay-10.3.1.tar.gz::https://github.com/Jguer/yay/archive/v10.3.1.tar.gz source = yay-11.0.0.tar.gz::https://github.com/Jguer/yay/archive/v11.0.0.tar.gz
sha256sums = d8870f172b64b23f1433085cb7babd68330f77cf973eeb05cd99e04e202d3c47 sha256sums = 0e4160bdd6b65dc68d332e58214cb4f1501a5d3ac10b4c22485d093a9650a4ed
pkgname = yay pkgname = yay

View File

@ -1,7 +1,7 @@
# Maintainer: Jguer <joaogg3@gmail.com> # Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay pkgname=yay
pkgver=10.3.1 pkgver=11.0.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"
@ -18,7 +18,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=('d8870f172b64b23f1433085cb7babd68330f77cf973eeb05cd99e04e202d3c47') sha256sums=('0e4160bdd6b65dc68d332e58214cb4f1501a5d3ac10b4c22485d093a9650a4ed')
# 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. # 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) # I'm bumping the pkgrel so it shows up on the upgrade list (and will do so when pacman transitions from staging->core)