summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjguer2021-07-13 18:50:02 +0200
committerjguer2021-07-13 18:50:02 +0200
commit3f1e36414153c91223b3ff6bd34971153c5a0808 (patch)
tree256280d9fe3bdeeee9c79199864730104a0b6dee
parenta8f8d22c3581c8721afdcb631c1003a1984505ff (diff)
downloadaur-3f1e36414153c91223b3ff6bd34971153c5a0808.tar.gz
upgpkg: yay-bin 10.3.0-2
upgpkg: yay-git 10.3.0.r0.g4a93199-1 upstream release upgpkg: yay 10.3.0-1 upstream release 10.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe0ab29e6a3b..43434d8485d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
- pkgver = 10.2.3
+ pkgver = 10.3.0
pkgrel = 1
url = https://github.com/Jguer/yay
arch = i686
@@ -15,7 +15,7 @@ pkgbase = yay
depends = pacman>5
depends = git
optdepends = sudo
- source = yay-10.2.3.tar.gz::https://github.com/Jguer/yay/archive/v10.2.3.tar.gz
- sha256sums = 1782cd4f96c56cc3c92b9fc904873a15a95aecba09dc22c8a6a37a092a1d20cf
+ source = yay-10.3.0.tar.gz::https://github.com/Jguer/yay/archive/v10.3.0.tar.gz
+ sha256sums = 17fb138f57678b49c3a58abb075620393a62d6c29a0c5ac2ee2d1b48c25473ce
pkgname = yay
diff --git a/PKGBUILD b/PKGBUILD
index 2aa659ed32cf..80be5d085c0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
-pkgver=10.2.3
+pkgver=10.3.0
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 @@ makedepends=(
'go'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
-sha256sums=('1782cd4f96c56cc3c92b9fc904873a15a95aecba09dc22c8a6a37a092a1d20cf')
+sha256sums=('17fb138f57678b49c3a58abb075620393a62d6c29a0c5ac2ee2d1b48c25473ce')
# 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)