summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce2077709301..89c46a33635b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yay-bin
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. Pre-compiled.
pkgver = 10.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Jguer/yay
arch = x86_64
arch = aarch64
@@ -9,8 +9,8 @@ pkgbase = yay-bin
arch = armv7h
license = GPL
depends = pacman<6
- depends = sudo
depends = git
+ optdepends = sudo
provides = yay
conflicts = yay
source_x86_64 = https://github.com/Jguer/yay/releases/download/v10.1.2/yay_10.1.2_x86_64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index d6c496c70e0e..cc1aa72dc408 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: Jguer <joaogg3 at gmail dot com>
pkgname=yay-bin
pkgver=10.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go. Pre-compiled."
arch=('x86_64' 'aarch64' 'armv6h' 'armv7h')
url="https://github.com/Jguer/yay"
license=('GPL')
depends=(
'pacman<6'
- 'sudo'
'git'
)
+optdepends=(
+ 'sudo'
+)
provides=('yay')
conflicts=('yay')