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')