mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 14:00:40 +08:00
update: yay to 9.4.2-1
This commit is contained in:
parent
e99d3b926f
commit
43ead185d6
1 changed files with 3 additions and 4 deletions
|
@ -1,14 +1,13 @@
|
|||
# Maintainer: Jguer <joaogg3@gmail.com>
|
||||
pkgname=yay
|
||||
pkgver=9.3.3
|
||||
pkgver=9.4.2
|
||||
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=('acf4be46fc2560d9fe714e2bc9f1949747c7f10b')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue