Set provides/conflict to ${_pkgname} to easily reuse the PKGBUILD for ptb/canary
Not bumping pkgrel because this don't change anything in the resulting package (and I released 0.0.22-1 less than 10 minutes ago)
This commit is contained in:
parent
f40b2c0054
commit
e1366e1e6a
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -10,8 +10,8 @@ pkgver=0.0.22
|
|||
pkgrel=1
|
||||
pkgdesc="Discord (popular voice + video app) using the system provided electron for increased security and performance"
|
||||
arch=('x86_64')
|
||||
provides=('discord')
|
||||
conflicts=('discord')
|
||||
provides=("${_pkgname}")
|
||||
conflicts=("${_pkgname}")
|
||||
url='https://discord.com'
|
||||
license=('custom')
|
||||
options=(!strip)
|
||||
|
|
Loading…
Reference in a new issue