This commit is contained in:
Jguer
2018-09-05 09:30:28 +01:00
parent bc0eccded8
commit 7d585e2aa5
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=8.1110
pkgver=8.1115
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=('4f32b63946bcbb653f25cc74e3852b59c9185cc8')
sha1sums=('5866029d01afa5cca8f96e0a57c5da1894f044ba')
build() {
cd "$srcdir/$pkgname-$pkgver"