# Maintainer: Jguer pkgname=yay pkgver=9.3.1 pkgrel=1 pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go." arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64') url="https://github.com/Jguer/yay" license=('GPL') depends=( 'pacman>=5.1.0' 'pacman<=5.1.3' 'sudo' 'git' ) makedepends=( 'go' ) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz") sha1sums=('ed47859a2c930ba46b563d9d934dc6d2eea5872e') build() { cd "$srcdir/$pkgname-$pkgver" make VERSION=$pkgver DESTDIR="$pkgdir" PREFIX=/usr } package() { cd "$srcdir/$pkgname-$pkgver" make VERSION=$pkgver DESTDIR="$pkgdir" PREFIX=/usr install }