upgpkg: yay-bin 10.1.2-1

upstream release

upgpkg: yay-git 10.1.2.r0.g7d849a8-1

upstream release

upgpkg: yay 10.1.2-1

upstream release

10.1.2
This commit is contained in:
jguer 2020-12-14 19:41:11 +01:00
parent 7153e7196b
commit bd6082f85f
2 changed files with 7 additions and 7 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 = 10.1.1 pkgver = 10.1.2
pkgrel = 1 pkgrel = 1
url = https://github.com/Jguer/yay url = https://github.com/Jguer/yay
arch = i686 arch = i686
@ -12,11 +12,11 @@ pkgbase = yay
arch = aarch64 arch = aarch64
license = GPL license = GPL
makedepends = go makedepends = go
depends = libalpm.so>=12 depends = pacman>5
depends = sudo depends = sudo
depends = git depends = git
source = yay-10.1.1.tar.gz::https://github.com/Jguer/yay/archive/v10.1.1.tar.gz source = yay-10.1.2.tar.gz::https://github.com/Jguer/yay/archive/v10.1.2.tar.gz
sha256sums = d6a33a0344ced57f0ec7a833e4236843fd80d2b29f1a513984d05b1fba7edddd sha256sums = 203ac178fcece5edbeaae40813b69f49d9af346a9bb4579252ba4a2eb2225f52
pkgname = yay pkgname = yay

View File

@ -1,13 +1,13 @@
# Maintainer: Jguer <joaogg3@gmail.com> # Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay pkgname=yay
pkgver=10.1.1 pkgver=10.1.2
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' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64') arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/Jguer/yay" url="https://github.com/Jguer/yay"
license=('GPL') license=('GPL')
depends=( depends=(
'libalpm.so>=12' 'pacman>5'
'sudo' 'sudo'
'git' 'git'
) )
@ -15,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")
sha256sums=('d6a33a0344ced57f0ec7a833e4236843fd80d2b29f1a513984d05b1fba7edddd') sha256sums=('203ac178fcece5edbeaae40813b69f49d9af346a9bb4579252ba4a2eb2225f52')
build() { build() {
export GOPATH="$srcdir"/gopath export GOPATH="$srcdir"/gopath