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:
Zoddo 2022-12-10 12:14:58 +01:00
parent f40b2c0054
commit e1366e1e6a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 43E8D68722C7D376

View file

@ -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)