diff --git a/.SRCINFO b/.SRCINFO index 67fd4c6..91d11a2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = yay pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. pkgver = 6.727 - pkgrel = 1 + pkgrel = 2 url = https://github.com/Jguer/yay arch = i686 arch = x86_64 @@ -9,9 +9,9 @@ pkgbase = yay arch = armv6h arch = aarch64 license = GPL - makedepends = git makedepends = go depends = sudo + depends = git conflicts = yay-bin conflicts = yay-git options = !strip diff --git a/PKGBUILD b/PKGBUILD index 9d6fb4b..0a3e6ff 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jguer pkgname=yay pkgver=6.727 -pkgrel=1 +pkgrel=2 pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go." arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64') url="https://github.com/Jguer/yay" @@ -9,9 +9,9 @@ license=('GPL') options=('!strip' '!emptydirs') depends=( 'sudo' + 'git' ) makedepends=( - 'git' 'go' ) conflicts=('yay-bin' 'yay-git')