upgpkg: yay 10.3.1-2

chore(lto): lto not supported by go
This commit is contained in:
jguer 2021-08-21 15:16:54 +02:00
parent 45828dbe43
commit a62850c273
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
pkgver = 10.3.1
pkgrel = 1
pkgrel = 2
url = https://github.com/Jguer/yay
arch = i686
arch = pentium4
@ -15,6 +15,7 @@ pkgbase = yay
depends = pacman>5
depends = git
optdepends = sudo
options = !lto
source = yay-10.3.1.tar.gz::https://github.com/Jguer/yay/archive/v10.3.1.tar.gz
sha256sums = d8870f172b64b23f1433085cb7babd68330f77cf973eeb05cd99e04e202d3c47

View File

@ -1,10 +1,11 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=10.3.1
pkgrel=1
pkgrel=2
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"
options=(!lto)
license=('GPL3')
depends=(
'pacman>5'