autoupdate: yay to 9.4.4-1 from aur

This commit is contained in:
Archlinux-Jerry Build Bot 2020-01-18 08:36:47 +08:00
parent 18ccba82ad
commit f0d2ed38ab
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=9.4.3
pkgver=9.4.4
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=('8031bfcf2d1052ac81b715c368001c59aa0f7ddd')
sha1sums=('da952b34a9bf833d71a7403c394b758587c1504e')
build() {
cd "$srcdir/$pkgname-$pkgver"