From e1df8492e19acefeee535dffcb2a6d859d890311 Mon Sep 17 00:00:00 2001 From: Archlinux-Jerry Build Bot Date: Fri, 28 Feb 2020 05:37:19 +0800 Subject: [PATCH] autoupdate: yay to 9.4.5-1 from aur --- yay/.gitignore | 1 + yay/PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/yay/.gitignore b/yay/.gitignore index 475547a..6b087fc 100644 --- a/yay/.gitignore +++ b/yay/.gitignore @@ -1,5 +1,6 @@ /*.tar.xz /*.tar.gz +/*.tar.zst /pkg /src /yay diff --git a/yay/PKGBUILD b/yay/PKGBUILD index 0578ebc..4cfb0c6 100644 --- a/yay/PKGBUILD +++ b/yay/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Jguer pkgname=yay -pkgver=9.4.4 +pkgver=9.4.5 pkgrel=1 pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go." arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64') @@ -15,7 +15,7 @@ makedepends=( 'go' ) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz") -sha1sums=('da952b34a9bf833d71a7403c394b758587c1504e') +sha1sums=('9a5f16b07569133b5e62998018605d4e96d02ac2') build() { cd "$srcdir/$pkgname-$pkgver"