summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganamilo2018-05-02 20:33:32 +0100
committermorganamilo2018-05-02 20:33:32 +0100
commitac7451b1af3ab7cd05215069587ca29802f73855 (patch)
tree8feb2db7d4a5d3aa76e48557e91f534e9c27c216
parentfbd05213638aeedc7274eabc836389304e72b1f1 (diff)
downloadaur-ac7451b1af3ab7cd05215069587ca29802f73855.tar.gz
Add new maintainer comment, depend on gtk3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e05eb042f1d6..17c89c9de27b 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.48
- pkgrel = 1
+ pkgrel = 2
url = https://discordapp.com/
install = DiscordCanary.install
arch = x86_64
license = custom
- depends = gtk2
+ depends = gtk3
depends = gconf
depends = libnotify
depends = libxss
diff --git a/PKGBUILD b/PKGBUILD
index 2fd46abf6d19..1acca4af6269 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Cayde Dixon <me@cazzar.net>
+# Maintainer: Anna <morganamilo@gmail.com>
+# Contributor: Cayde Dixon <me@cazzar.net>
# Contributor: Anthony Anderson <aantony4122@gmail.com>
@@ -6,13 +7,13 @@ _branch='discord-canary'
pkgname=discord-canary
pkgver=0.0.48
-pkgrel=1
+pkgrel=2
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')
optdepends=(
'libpulse: For pulseaudio support'
'noto-fonts-emoji: Google font for emoji support.'