generated from archlinux/template
upgpkg: yay-bin 11.0.1-1
upstream release upgpkg: yay-git 11.0.1.r0.g52efaeb-1 upstream release upgpkg: yay 11.0.1-1 upstream release 11.0.1
This commit is contained in:
parent
308e23430e
commit
fd11730f90
6
.SRCINFO
6
.SRCINFO
@ -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 = 11.0.0
|
pkgver = 11.0.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Jguer/yay
|
url = https://github.com/Jguer/yay
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -16,7 +16,7 @@ pkgbase = yay
|
|||||||
depends = git
|
depends = git
|
||||||
optdepends = sudo
|
optdepends = sudo
|
||||||
options = !lto
|
options = !lto
|
||||||
source = yay-11.0.0.tar.gz::https://github.com/Jguer/yay/archive/v11.0.0.tar.gz
|
source = yay-11.0.1.tar.gz::https://github.com/Jguer/yay/archive/v11.0.1.tar.gz
|
||||||
sha256sums = 0e4160bdd6b65dc68d332e58214cb4f1501a5d3ac10b4c22485d093a9650a4ed
|
sha256sums = bb4ceafe2938735e63c57974c32dd5980de52d2d9a102e602d4621ca93c51418
|
||||||
|
|
||||||
pkgname = yay
|
pkgname = yay
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Jguer <joaogg3@gmail.com>
|
# Maintainer: Jguer <joaogg3@gmail.com>
|
||||||
pkgname=yay
|
pkgname=yay
|
||||||
pkgver=11.0.0
|
pkgver=11.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')
|
||||||
@ -18,7 +18,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=('0e4160bdd6b65dc68d332e58214cb4f1501a5d3ac10b4c22485d093a9650a4ed')
|
sha256sums=('bb4ceafe2938735e63c57974c32dd5980de52d2d9a102e602d4621ca93c51418')
|
||||||
|
|
||||||
# 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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user