Signed-off-by: Jguer <me@jguer.space>
This commit is contained in:
Jguer
2018-05-29 20:19:58 +01:00
parent 1881bed119
commit 0f2b310dd0
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=6.784
pkgver=6.786
pkgrel=1
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -17,7 +17,7 @@ makedepends=(
)
conflicts=('yay-bin' 'yay-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha1sums=('f4783b16fd917894c031856bf5cba372de6c3959')
sha1sums=('e3614421691541bd31cfb53ed9bad6564b636495')
build() {
cd "$srcdir/$pkgname-$pkgver"