This commit is contained in:
jguer 2023-04-03 19:09:31 +02:00
parent f52c3978b0
commit 2ce837ae41
2 changed files with 5 additions and 5 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 = 12.0.0 pkgver = 12.0.1
pkgrel = 1 pkgrel = 1
url = https://github.com/Jguer/yay url = https://github.com/Jguer/yay
arch = i686 arch = i686
@ -17,7 +17,7 @@ pkgbase = yay
optdepends = sudo: privilege elevation optdepends = sudo: privilege elevation
optdepends = doas: privilege elevation optdepends = doas: privilege elevation
options = !lto options = !lto
source = yay-12.0.0.tar.gz::https://github.com/Jguer/yay/archive/v12.0.0.tar.gz source = yay-12.0.1.tar.gz::https://github.com/Jguer/yay/archive/v12.0.1.tar.gz
sha256sums = 38aa51cc0044c6da8d25ebde2f7f5d183038219c7eafc80064486163f549b3ff sha256sums = b0de059f63ad077d381d2160edfc44b4743e0e65b72d5c7e37970b58188bd011
pkgname = yay pkgname = yay

View File

@ -1,6 +1,6 @@
# Maintainer: Jguer <pkgbuilds at jguer.space> # Maintainer: Jguer <pkgbuilds at jguer.space>
pkgname=yay pkgname=yay
pkgver=12.0.0 pkgver=12.0.1
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')
@ -17,7 +17,7 @@ optdepends=(
) )
makedepends=('go>=1.17') makedepends=('go>=1.17')
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=('38aa51cc0044c6da8d25ebde2f7f5d183038219c7eafc80064486163f549b3ff') sha256sums=('b0de059f63ad077d381d2160edfc44b4743e0e65b72d5c7e37970b58188bd011')
# 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. # 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) # I'm bumping the pkgrel so it shows up on the upgrade list (and will do so when pacman transitions from staging->core)