generated from archlinux/template
11.1.2
This commit is contained in:
parent
cdf06b6781
commit
3507ae5c34
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.1.1
|
pkgver = 11.1.2
|
||||||
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-11.1.1.tar.gz::https://github.com/Jguer/yay/archive/v11.1.1.tar.gz
|
source = yay-11.1.2.tar.gz::https://github.com/Jguer/yay/archive/v11.1.2.tar.gz
|
||||||
sha256sums = 31ed6d828574601e77b8df90c6e734a230ea60531b704934038d52fe213c0898
|
sha256sums = 17240f2eca254814516d38e3cf235211a7015844e835df46465b9f062304d94a
|
||||||
|
|
||||||
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.1.1
|
pkgver=11.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')
|
||||||
@ -18,7 +18,7 @@ optdepends=(
|
|||||||
makedepends=('go>=1.17')
|
makedepends=('go>=1.17')
|
||||||
options=(!lto)
|
options=(!lto)
|
||||||
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=('31ed6d828574601e77b8df90c6e734a230ea60531b704934038d52fe213c0898')
|
sha256sums=('17240f2eca254814516d38e3cf235211a7015844e835df46465b9f062304d94a')
|
||||||
|
|
||||||
# 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