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

View File

@ -1,14 +1,13 @@
# Maintainer: Jguer <joaogg3@gmail.com> # Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay pkgname=yay
pkgver=9.3.3 pkgver=9.4.0
pkgrel=1 pkgrel=1
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go." pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64') arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/Jguer/yay" url="https://github.com/Jguer/yay"
license=('GPL') license=('GPL')
depends=( depends=(
'pacman>=5.1.0' 'pacman>=5.2'
'pacman<=5.1.3'
'sudo' 'sudo'
'git' 'git'
) )
@ -16,7 +15,7 @@ makedepends=(
'go' 'go'
) )
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha1sums=('78def56ee761c17f929d83a8a111610f92ac5d34') sha1sums=('9e62c6e3d0bae7b6687717b07e3455ac9aa451cd')
build() { build() {
cd "$srcdir/$pkgname-$pkgver" cd "$srcdir/$pkgname-$pkgver"