Adds yay-git as a conflict

This commit is contained in:
Jguer 2018-01-31 18:17:08 +09:00
parent 6424620b84
commit 754d2a32b8
2 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@ pkgbase = yay
makedepends = go
depends = sudo
conflicts = yay-bin
conflicts = yay-git
options = !strip
options = !emptydirs
source = https://github.com/Jguer/yay/archive/v2.219.tar.gz

View File

@ -1,7 +1,7 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=2.219
pkgrel=2
pkgrel=3
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/Jguer/yay"
@ -14,7 +14,7 @@ makedepends=(
'git'
'go'
)
conflicts=('yay-bin')
conflicts=('yay-bin' 'yay-git')
source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha1sums=('674392963a80093d04c7a8ed0aea0adc541dc003')