generated from archlinux/template
upgpkg: yay 10.2.3-1
upstream release chore(update): bump minor
This commit is contained in:
parent
a1b41b2b44
commit
a8f8d22c35
9
.SRCINFO
9
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
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 = 10.2.2
|
pkgver = 10.2.3
|
||||||
pkgrel = 4
|
pkgrel = 1
|
||||||
url = https://github.com/Jguer/yay
|
url = https://github.com/Jguer/yay
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = pentium4
|
arch = pentium4
|
||||||
@ -15,8 +15,7 @@ pkgbase = yay
|
|||||||
depends = pacman>5
|
depends = pacman>5
|
||||||
depends = git
|
depends = git
|
||||||
optdepends = sudo
|
optdepends = sudo
|
||||||
source = yay-10.2.2.tar.gz::https://github.com/Jguer/yay/archive/v10.2.2.tar.gz
|
source = yay-10.2.3.tar.gz::https://github.com/Jguer/yay/archive/v10.2.3.tar.gz
|
||||||
sha256sums = 0e3fc11d6a26056d02db5aae863ca7b874578a94fe5c1250272a3bca376a24e2
|
sha256sums = 1782cd4f96c56cc3c92b9fc904873a15a95aecba09dc22c8a6a37a092a1d20cf
|
||||||
|
|
||||||
pkgname = yay
|
pkgname = yay
|
||||||
|
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Jguer <joaogg3@gmail.com>
|
# Maintainer: Jguer <joaogg3@gmail.com>
|
||||||
pkgname=yay
|
pkgname=yay
|
||||||
pkgver=10.2.2
|
pkgver=10.2.3
|
||||||
pkgrel=4
|
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')
|
||||||
url="https://github.com/Jguer/yay"
|
url="https://github.com/Jguer/yay"
|
||||||
@ -17,7 +17,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=('0e3fc11d6a26056d02db5aae863ca7b874578a94fe5c1250272a3bca376a24e2')
|
sha256sums=('1782cd4f96c56cc3c92b9fc904873a15a95aecba09dc22c8a6a37a092a1d20cf')
|
||||||
|
|
||||||
# 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