From 6e25d402d052d8463fb0cc6107bbc8ba40263942 Mon Sep 17 00:00:00 2001 From: Archlinux-Jerry Build Bot Date: Sun, 10 Oct 2021 05:39:31 +0800 Subject: [PATCH] autoupdate: yay to 11.0.0-1 from aur --- yay/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yay/PKGBUILD b/yay/PKGBUILD index e63b03b..92a6c49 100644 --- a/yay/PKGBUILD +++ b/yay/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jguer pkgname=yay -pkgver=10.3.1 -pkgrel=2 +pkgver=11.0.0 +pkgrel=1 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" @@ -18,7 +18,7 @@ makedepends=( 'go' ) 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. # I'm bumping the pkgrel so it shows up on the upgrade list (and will do so when pacman transitions from staging->core)