discord
Discord v0.0.20
This commit is contained in:
parent
7c1944c7a5
commit
12163b60e4
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = discord
|
pkgbase = discord
|
||||||
pkgdesc = All-in-one voice and text chat for gamers that's free and secure.
|
pkgdesc = All-in-one voice and text chat for gamers that's free and secure.
|
||||||
pkgver = 0.0.19
|
pkgver = 0.0.20
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://discordapp.com
|
url = https://discordapp.com
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -12,10 +12,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.19/discord-0.0.19.tar.gz
|
source = https://dl.discordapp.net/apps/linux/0.0.20/discord-0.0.20.tar.gz
|
||||||
source = LICENSE.html::https://discordapp.com/terms
|
source = LICENSE.html::https://discordapp.com/terms
|
||||||
source = OSS-LICENSES.html::https://discordapp.com/licenses
|
source = OSS-LICENSES.html::https://discordapp.com/licenses
|
||||||
sha512sums = 5b73f0f968ce61f5a844940e1525da80e7b2ce3779cf2050ca3c2b0b7dbee20f16e2bf203f0673d1e275d1e55075b83eb63700731be8324587b3c58c64d3a0e8
|
sha512sums = 720bc8a8b61cbbe3566c34065f9831571da121d210e3f2876c34cb964d60bab33f8dc16f7ca758e918cd8f35a69699c0b9063782e6c95087c0baa41a6d0e7cf5
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgname=discord
|
pkgname=discord
|
||||||
_pkgname=Discord
|
_pkgname=Discord
|
||||||
pkgver=0.0.19
|
pkgver=0.0.20
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
|
pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -15,7 +15,7 @@ optdepends=('libpulse: Pulseaudio support'
|
||||||
source=("https://dl.discordapp.net/apps/linux/$pkgver/$pkgname-$pkgver.tar.gz"
|
source=("https://dl.discordapp.net/apps/linux/$pkgver/$pkgname-$pkgver.tar.gz"
|
||||||
'LICENSE.html::https://discordapp.com/terms'
|
'LICENSE.html::https://discordapp.com/terms'
|
||||||
'OSS-LICENSES.html::https://discordapp.com/licenses')
|
'OSS-LICENSES.html::https://discordapp.com/licenses')
|
||||||
sha512sums=('5b73f0f968ce61f5a844940e1525da80e7b2ce3779cf2050ca3c2b0b7dbee20f16e2bf203f0673d1e275d1e55075b83eb63700731be8324587b3c58c64d3a0e8'
|
sha512sums=('720bc8a8b61cbbe3566c34065f9831571da121d210e3f2876c34cb964d60bab33f8dc16f7ca758e918cd8f35a69699c0b9063782e6c95087c0baa41a6d0e7cf5'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue