upgpkg: yay-bin 10.3.1-2

upgpkg: yay-git 10.3.1.r1.g99c3c98-1

upgpkg: yay 10.3.1-1

upstream release

10.3.1
This commit is contained in:
jguer 2021-07-29 22:24:40 +02:00
parent 3f1e364141
commit 45828dbe43
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.3.0
pkgver = 10.3.1
pkgrel = 1
url = https://github.com/Jguer/yay
arch = i686
@ -15,7 +15,7 @@ pkgbase = yay
depends = pacman>5
depends = git
optdepends = sudo
source = yay-10.3.0.tar.gz::https://github.com/Jguer/yay/archive/v10.3.0.tar.gz
sha256sums = 17fb138f57678b49c3a58abb075620393a62d6c29a0c5ac2ee2d1b48c25473ce
source = yay-10.3.1.tar.gz::https://github.com/Jguer/yay/archive/v10.3.1.tar.gz
sha256sums = d8870f172b64b23f1433085cb7babd68330f77cf973eeb05cd99e04e202d3c47
pkgname = yay

View File

@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=10.3.0
pkgver=10.3.1
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=('17fb138f57678b49c3a58abb075620393a62d6c29a0c5ac2ee2d1b48c25473ce')
sha256sums=('d8870f172b64b23f1433085cb7babd68330f77cf973eeb05cd99e04e202d3c47')
# 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)