discord
Discord v0.0.16
This commit is contained in:
parent
e831086741
commit
3eb786f7c0
2 changed files with 5 additions and 6 deletions
7
.SRCINFO
7
.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.15
|
pkgver = 0.0.16
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://discordapp.com
|
url = https://discordapp.com
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -12,12 +12,11 @@ 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.15/discord-0.0.15.tar.gz
|
source = https://dl.discordapp.net/apps/linux/0.0.16/discord-0.0.16.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 = 4f220ecd0e0c9fcd793ed065055479391506d9401b75ca541cde4136d0290f2720fccca87139091faf269fdb2c020adb5b7333710a31ca603ce8552f3dd4841b
|
sha512sums = b95ae338c5abb7c4ba20af761822fc9fb53fd0cb79da16c00ee2df0518bb860a0300e4d0ad9c49b7e1a128ad9ac6d8294b77d2ac4fb8ae9844632c2d6ae7979e
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
|
|
||||||
pkgname = discord
|
pkgname = discord
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgname=discord
|
pkgname=discord
|
||||||
_pkgname=Discord
|
_pkgname=Discord
|
||||||
pkgver=0.0.15
|
pkgver=0.0.16
|
||||||
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=('4f220ecd0e0c9fcd793ed065055479391506d9401b75ca541cde4136d0290f2720fccca87139091faf269fdb2c020adb5b7333710a31ca603ce8552f3dd4841b'
|
sha512sums=('b95ae338c5abb7c4ba20af761822fc9fb53fd0cb79da16c00ee2df0518bb860a0300e4d0ad9c49b7e1a128ad9ac6d8294b77d2ac4fb8ae9844632c2d6ae7979e'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue