summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authore5ten2018-10-04 01:05:14 -0400
committere5ten2018-10-04 01:05:14 -0400
commit11274dcc494c55e31b72894268229525e64a0850 (patch)
tree77a600f1e5372310937214f92211806b0643c1c0
parent16fe9a88dae9ebd427e8f001b1c16dd3e4b21a78 (diff)
downloadaur-11274dcc494c55e31b72894268229525e64a0850.tar.gz
update to 0.0.54
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 518348cf61d4..cd677cb3231d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = discord-canary
pkgdesc = All-in-one voice and text chat for gamers that's free and secure.
- pkgver = 0.0.53
- pkgrel = 2
+ pkgver = 0.0.54
+ pkgrel = 1
url = https://discordapp.com/
install = DiscordCanary.install
arch = x86_64
license = custom
- depends = gtk2
+ depends = gtk3
depends = gconf
depends = libnotify
depends = libxss
@@ -16,15 +16,16 @@ pkgbase = discord-canary
depends = nss
depends = libc++
depends = xdg-utils
+ depends = libcups
optdepends = libpulse: For pulseaudio support
optdepends = noto-fonts-emoji: Google font for emoji support.
optdepends = ttf-symbola: Font for emoji support.
optdepends = noto-fonts-cjk: Font for special characters such as /shrug face.
provides = discord
source = LICENSE
- source = https://dl-canary.discordapp.net/apps/linux/0.0.53/discord-canary-0.0.53.tar.gz
+ source = https://dl-canary.discordapp.net/apps/linux/0.0.54/discord-canary-0.0.54.tar.gz
md5sums = 26b3229c74488c64d94798e48bc49fcd
- md5sums = 05eb61ebfdd5d5eed5a2bbf656f3d0ec
+ md5sums = c0902e855efcab647700f7a11745dbd7
pkgname = discord-canary
diff --git a/PKGBUILD b/PKGBUILD
index 822273bd6ba2..30c5ed5e6904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Contributor: Anthony Anderson <aantony4122@gmail.com>
pkgname=discord-canary
-pkgver=0.0.53
-pkgrel=2
+pkgver=0.0.54
+pkgrel=1
pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
arch=('x86_64')
url='https://discordapp.com/'
provides=('discord')
license=('custom')
-depends=('gtk2' 'gconf' 'libnotify' 'libxss' 'glibc' 'alsa-lib' 'nspr' 'nss' 'libc++' 'xdg-utils')
+depends=('gtk3' 'gconf' 'libnotify' 'libxss' 'glibc' 'alsa-lib' 'nspr' 'nss' 'libc++' 'xdg-utils' 'libcups')
optdepends=(
'libpulse: For pulseaudio support'
'noto-fonts-emoji: Google font for emoji support.'
@@ -23,7 +23,7 @@ install="DiscordCanary.install"
source=(LICENSE
"https://dl-canary.discordapp.net/apps/linux/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('26b3229c74488c64d94798e48bc49fcd'
- '05eb61ebfdd5d5eed5a2bbf656f3d0ec')
+ 'c0902e855efcab647700f7a11745dbd7')