From 14f515db7f49a01648aeb6fd00345393e7be7bca Mon Sep 17 00:00:00 2001 From: Archlinux-Jerry Build Bot Date: Tue, 16 Feb 2021 13:16:44 +0800 Subject: [PATCH] autoupdate: yay to 10.1.2-2 from aur --- yay/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/yay/PKGBUILD b/yay/PKGBUILD index e7595b3..b20fa49 100644 --- a/yay/PKGBUILD +++ b/yay/PKGBUILD @@ -1,16 +1,18 @@ # Maintainer: Jguer pkgname=yay pkgver=10.1.2 -pkgrel=1 +pkgrel=2 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" license=('GPL') depends=( 'pacman>5' - 'sudo' 'git' ) +optdepends=( + 'sudo' +) makedepends=( 'go' )