mirror of
https://github.com/archlinux/aur.git
synced 2026-03-03 19:25:02 +01:00
0.0.111-1
This commit is contained in:
parent
413dae34bb
commit
16991a7bb1
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = discord-canary
|
||||
pkgdesc = All-in-one voice and text chat for gamers that's free and secure.
|
||||
pkgver = 0.0.109
|
||||
pkgver = 0.0.111
|
||||
pkgrel = 1
|
||||
url = https://discordapp.com/
|
||||
arch = x86_64
|
||||
|
|
@ -19,10 +19,10 @@ pkgbase = discord-canary
|
|||
optdepends = ttf-symbola: Font for emoji support.
|
||||
optdepends = noto-fonts-cjk: Font for special characters such as /shrug face.
|
||||
provides = discord-canary
|
||||
source = https://dl-canary.discordapp.net/apps/linux/0.0.109/discord-canary-0.0.109.tar.gz
|
||||
source = https://dl-canary.discordapp.net/apps/linux/0.0.111/discord-canary-0.0.111.tar.gz
|
||||
source = LICENSE
|
||||
source = discord-canary.sh
|
||||
sha256sums = f7cfb73542fa0183124f370c20137e0e0300cdb2036ceea8d7fdf0adb67795f0
|
||||
sha256sums = c416e42685837926c24a914941ccae5bd313ae4fc82fe7fb6e9e3b7e0159f559
|
||||
sha256sums = 9be5f85421c9094c390c25bf1f45157c3c8dcf592feb8acb0810a61f11d80b90
|
||||
sha256sums = 7119a3345162d39bf86813d19546b488a1bdba12d38c3d39749f86bd587f0a0c
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -6,7 +6,7 @@
|
|||
# Contributor: Anthony Anderson <aantony4122@gmail.com>
|
||||
|
||||
pkgname=discord-canary
|
||||
pkgver=0.0.109
|
||||
pkgver=0.0.111
|
||||
pkgrel=1
|
||||
pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
|
||||
arch=('x86_64')
|
||||
|
|
@ -21,7 +21,7 @@ optdepends=('libpulse: For pulseaudio support'
|
|||
source=("https://dl-canary.discordapp.net/apps/linux/${pkgver}/${pkgname}-${pkgver}.tar.gz"
|
||||
'LICENSE'
|
||||
"${pkgname}.sh")
|
||||
sha256sums=('f7cfb73542fa0183124f370c20137e0e0300cdb2036ceea8d7fdf0adb67795f0'
|
||||
sha256sums=('c416e42685837926c24a914941ccae5bd313ae4fc82fe7fb6e9e3b7e0159f559'
|
||||
'9be5f85421c9094c390c25bf1f45157c3c8dcf592feb8acb0810a61f11d80b90'
|
||||
'7119a3345162d39bf86813d19546b488a1bdba12d38c3d39749f86bd587f0a0c')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue