updated yay to 9.4.0

This commit is contained in:
Jguer 2019-10-22 11:32:40 +01:00
parent 20bf5d6f39
commit cf12e53a21
2 changed files with 7 additions and 9 deletions

View File

@ -1,6 +1,6 @@
pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
pkgver = 9.3.3
pkgver = 9.4.0
pkgrel = 1
url = https://github.com/Jguer/yay
arch = i686
@ -10,12 +10,11 @@ pkgbase = yay
arch = aarch64
license = GPL
makedepends = go
depends = pacman>=5.1.0
depends = pacman<=5.1.3
depends = pacman>=5.2
depends = sudo
depends = git
source = yay-9.3.3.tar.gz::https://github.com/Jguer/yay/archive/v9.3.3.tar.gz
sha1sums = 78def56ee761c17f929d83a8a111610f92ac5d34
source = yay-9.4.0.tar.gz::https://github.com/Jguer/yay/archive/v9.4.0.tar.gz
sha1sums = 9e62c6e3d0bae7b6687717b07e3455ac9aa451cd
pkgname = yay

View File

@ -1,14 +1,13 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=9.3.3
pkgver=9.4.0
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'
'pacman>=5.2'
'sudo'
'git'
)
@ -16,7 +15,7 @@ makedepends=(
'go'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha1sums=('78def56ee761c17f929d83a8a111610f92ac5d34')
sha1sums=('9e62c6e3d0bae7b6687717b07e3455ac9aa451cd')
build() {
cd "$srcdir/$pkgname-$pkgver"