summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZoddo2022-12-10 12:14:58 +0100
committerZoddo2022-12-10 12:14:58 +0100
commite1366e1e6a3e1d87161e6b9694c63ee0a981bbce (patch)
tree6bfc0da0fae0f4ea21edbb7d053df09b5a0196c1 /PKGBUILD
parentf40b2c00542ff8731921fda1b0fc8c3a188aa468 (diff)
downloadaur-e1366e1e6a3e1d87161e6b9694c63ee0a981bbce.tar.gz
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)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6a0745c791a..8d55a043bbe0 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)