mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-13 09:42:24 +08:00
autoupdate: yay to 10.1.2-1 from aur
This commit is contained in:
parent
b09e3cf1a8
commit
06574a2dca
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
# Maintainer: Jguer <joaogg3@gmail.com>
|
||||
pkgname=yay
|
||||
pkgver=10.1.1
|
||||
pkgver=10.1.2
|
||||
pkgrel=1
|
||||
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
||||
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
|
||||
url="https://github.com/Jguer/yay"
|
||||
license=('GPL')
|
||||
depends=(
|
||||
'libalpm.so>=12'
|
||||
'pacman>5'
|
||||
'sudo'
|
||||
'git'
|
||||
)
|
||||
|
@ -15,7 +15,7 @@ makedepends=(
|
|||
'go'
|
||||
)
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('d6a33a0344ced57f0ec7a833e4236843fd80d2b29f1a513984d05b1fba7edddd')
|
||||
sha256sums=('203ac178fcece5edbeaae40813b69f49d9af346a9bb4579252ba4a2eb2225f52')
|
||||
|
||||
build() {
|
||||
export GOPATH="$srcdir"/gopath
|
||||
|
|
Loading…
Reference in a new issue