discord
discord v0.0.27
This commit is contained in:
parent
536954dbcc
commit
cbbf83e94d
2 changed files with 14 additions and 11 deletions
21
.SRCINFO
21
.SRCINFO
|
@ -1,10 +1,14 @@
|
||||||
pkgbase = discord
|
pkgbase = discord
|
||||||
pkgdesc = All-in-one voice and text chat for gamers that's free and secure.
|
pkgdesc = Discord using system provided electron (v22) for increased security and performance
|
||||||
pkgver = 0.0.26
|
pkgver = 0.0.27
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://discordapp.com
|
url = https://discord.com
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = custom
|
||||||
|
makedepends = asar
|
||||||
|
makedepends = curl
|
||||||
|
makedepends = python-html2text
|
||||||
|
depends = electron22
|
||||||
depends = libnotify
|
depends = libnotify
|
||||||
depends = libxss
|
depends = libxss
|
||||||
depends = nspr
|
depends = nspr
|
||||||
|
@ -12,11 +16,10 @@ pkgbase = discord
|
||||||
depends = gtk3
|
depends = gtk3
|
||||||
optdepends = libpulse: Pulseaudio support
|
optdepends = libpulse: Pulseaudio support
|
||||||
optdepends = xdg-utils: Open files
|
optdepends = xdg-utils: Open files
|
||||||
source = https://dl.discordapp.net/apps/linux/0.0.26/discord-0.0.26.tar.gz
|
provides = discord
|
||||||
source = LICENSE.html::https://discordapp.com/terms
|
conflicts = discord
|
||||||
source = OSS-LICENSES.html::https://discordapp.com/licenses
|
options = !strip
|
||||||
sha512sums = 65477c2c033f30850a699706a6502ff4f4af8838185716d968d641fdab3033555139b04bf91a111a847aca14113e33ba6248d49ba317fd43cbacb099e974117b
|
source = https://dl.discordapp.net/apps/linux/0.0.27/discord-0.0.27.tar.gz
|
||||||
sha512sums = SKIP
|
sha512sums = 285a0119b4740402a3fa94d3679a52bc8d883413ee32187e90087960a4d34aaf316788d2708bbccafe3f995c2b99767b45bc4b7c731704ef887a8de1b3d3926f
|
||||||
sha512sums = SKIP
|
|
||||||
|
|
||||||
pkgname = discord
|
pkgname = discord
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -13,7 +13,7 @@
|
||||||
pkgname=discord
|
pkgname=discord
|
||||||
_pkgname=discord
|
_pkgname=discord
|
||||||
_electron=22
|
_electron=22
|
||||||
pkgver=0.0.26
|
pkgver=0.0.27
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Discord using system provided electron (v${_electron}) for increased security and performance"
|
pkgdesc="Discord using system provided electron (v${_electron}) for increased security and performance"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -29,7 +29,7 @@ optdepends=(
|
||||||
'xdg-utils: Open files'
|
'xdg-utils: Open files'
|
||||||
)
|
)
|
||||||
source=("https://dl.discordapp.net/apps/linux/${pkgver}/discord-${pkgver}.tar.gz")
|
source=("https://dl.discordapp.net/apps/linux/${pkgver}/discord-${pkgver}.tar.gz")
|
||||||
sha512sums=('65477c2c033f30850a699706a6502ff4f4af8838185716d968d641fdab3033555139b04bf91a111a847aca14113e33ba6248d49ba317fd43cbacb099e974117b')
|
sha512sums=('285a0119b4740402a3fa94d3679a52bc8d883413ee32187e90087960a4d34aaf316788d2708bbccafe3f995c2b99767b45bc4b7c731704ef887a8de1b3d3926f')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
# create launcher script
|
# create launcher script
|
||||||
|
|
Loading…
Reference in a new issue