generated from archlinux/template
12.0.2
This commit is contained in:
parent
2ce837ae41
commit
7f3ad782b8
6
.SRCINFO
6
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = yay
|
||||
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
|
||||
pkgver = 12.0.1
|
||||
pkgver = 12.0.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/Jguer/yay
|
||||
arch = i686
|
||||
@ -17,7 +17,7 @@ pkgbase = yay
|
||||
optdepends = sudo: privilege elevation
|
||||
optdepends = doas: privilege elevation
|
||||
options = !lto
|
||||
source = yay-12.0.1.tar.gz::https://github.com/Jguer/yay/archive/v12.0.1.tar.gz
|
||||
sha256sums = b0de059f63ad077d381d2160edfc44b4743e0e65b72d5c7e37970b58188bd011
|
||||
source = yay-12.0.2.tar.gz::https://github.com/Jguer/yay/archive/v12.0.2.tar.gz
|
||||
sha256sums = cdf558f351f3b40092a5a52ac6382f2363dd8a6f59a00e9caa12df11a78a80ea
|
||||
|
||||
pkgname = yay
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,6 +1,6 @@
|
||||
# Maintainer: Jguer <pkgbuilds at jguer.space>
|
||||
pkgname=yay
|
||||
pkgver=12.0.1
|
||||
pkgver=12.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
||||
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
|
||||
@ -17,7 +17,7 @@ optdepends=(
|
||||
)
|
||||
makedepends=('go>=1.17')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('b0de059f63ad077d381d2160edfc44b4743e0e65b72d5c7e37970b58188bd011')
|
||||
sha256sums=('cdf558f351f3b40092a5a52ac6382f2363dd8a6f59a00e9caa12df11a78a80ea')
|
||||
|
||||
# With pacman 6 arriving a rebuild of yay will be necessary, if you upgrade pacman without upgrading yay at the same time, yay will not run after.
|
||||
# I'm bumping the pkgrel so it shows up on the upgrade list (and will do so when pacman transitions from staging->core)
|
||||
|
Loading…
x
Reference in New Issue
Block a user