generated from archlinux/template
Adds yay-git as a conflict
This commit is contained in:
parent
6424620b84
commit
754d2a32b8
1
.SRCINFO
1
.SRCINFO
@ -12,6 +12,7 @@ pkgbase = yay
|
|||||||
makedepends = go
|
makedepends = go
|
||||||
depends = sudo
|
depends = sudo
|
||||||
conflicts = yay-bin
|
conflicts = yay-bin
|
||||||
|
conflicts = yay-git
|
||||||
options = !strip
|
options = !strip
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
source = https://github.com/Jguer/yay/archive/v2.219.tar.gz
|
source = https://github.com/Jguer/yay/archive/v2.219.tar.gz
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Jguer <joaogg3@gmail.com>
|
# Maintainer: Jguer <joaogg3@gmail.com>
|
||||||
pkgname=yay
|
pkgname=yay
|
||||||
pkgver=2.219
|
pkgver=2.219
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
||||||
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
|
||||||
url="https://github.com/Jguer/yay"
|
url="https://github.com/Jguer/yay"
|
||||||
@ -14,7 +14,7 @@ makedepends=(
|
|||||||
'git'
|
'git'
|
||||||
'go'
|
'go'
|
||||||
)
|
)
|
||||||
conflicts=('yay-bin')
|
conflicts=('yay-bin' 'yay-git')
|
||||||
source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
||||||
sha1sums=('674392963a80093d04c7a8ed0aea0adc541dc003')
|
sha1sums=('674392963a80093d04c7a8ed0aea0adc541dc003')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user