From b74bd1a8b429737d2ed6167f3fd437ab650714b2 Mon Sep 17 00:00:00 2001 From: ArcH linux ReposItory MANager Date: Wed, 26 Oct 2022 13:08:40 +0000 Subject: [PATCH] Autogenerated commit at 2022-10-26 13:08:40.038210 --- yay/.gitignore | 6 ++++++ yay/PKGBUILD | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 yay/.gitignore diff --git a/yay/.gitignore b/yay/.gitignore new file mode 100644 index 0000000..6b087fc --- /dev/null +++ b/yay/.gitignore @@ -0,0 +1,6 @@ +/*.tar.xz +/*.tar.gz +/*.tar.zst +/pkg +/src +/yay diff --git a/yay/PKGBUILD b/yay/PKGBUILD index aacb29f..3b81878 100644 --- a/yay/PKGBUILD +++ b/yay/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Jguer pkgname=yay -pkgver=11.4.0 +pkgver=11.3.0 pkgrel=1 pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go." arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')