summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba702af6a63f..a783e0f0a919 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = yay-bin
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. Pre-compiled.
pkgver = 6.727
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Jguer/yay
arch = x86_64
license = GPL
depends = sudo
+ depends = git
provides = yay
conflicts = yay
conflicts = yay-git
diff --git a/PKGBUILD b/PKGBUILD
index 41a9ad343785..eddf7bafbbb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Jguer <joaogg3 at gmail dot com>
pkgname=yay-bin
pkgver=6.727
-pkgrel=1
+pkgrel=2
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go. Pre-compiled."
arch=('x86_64')
url="https://github.com/Jguer/yay"
license=('GPL')
depends=(
'sudo'
+ 'git'
)
provides=('yay')
conflicts=('yay' 'yay-git')