From 06574a2dca525db399649b05e4864357379a120d Mon Sep 17 00:00:00 2001 From: Archlinux-Jerry Build Bot Date: Tue, 15 Dec 2020 03:30:12 +0800 Subject: [PATCH] autoupdate: yay to 10.1.2-1 from aur --- yay/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yay/PKGBUILD b/yay/PKGBUILD index 9d7cb6e..e7595b3 100644 --- a/yay/PKGBUILD +++ b/yay/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Jguer pkgname=yay -pkgver=10.1.1 +pkgver=10.1.2 pkgrel=1 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=( - 'libalpm.so>=12' + 'pacman>5' 'sudo' 'git' ) @@ -15,7 +15,7 @@ makedepends=( 'go' ) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz") -sha256sums=('d6a33a0344ced57f0ec7a833e4236843fd80d2b29f1a513984d05b1fba7edddd') +sha256sums=('203ac178fcece5edbeaae40813b69f49d9af346a9bb4579252ba4a2eb2225f52') build() { export GOPATH="$srcdir"/gopath