From e1366e1e6a3e1d87161e6b9694c63ee0a981bbce Mon Sep 17 00:00:00 2001 From: Zoddo Date: Sat, 10 Dec 2022 12:14:58 +0100 Subject: [PATCH] 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) --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index e6a0745..8d55a04 100644 --- a/PKGBUILD +++ b/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)