This commit is contained in:
Jguer
2018-09-04 20:22:52 +01:00
parent 6e8b8bdb42
commit bc0eccded8
2 changed files with 5 additions and 5 deletions

View File

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