summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKodehawa2024-03-17 13:50:56 -0300
committerKodehawa2024-03-17 13:50:56 -0300
commit257626ae68ca49b53abfd45fb665cf66b4f9c31b (patch)
tree638e667d1aad441c331ec3ff9e92a08ff1264ac8
parentc2adac9411c031dbb7d468a168da17df8ca91611 (diff)
downloadaur-257626ae68ca49b53abfd45fb665cf66b4f9c31b.tar.gz
0.0.309
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0541ca703f8..274013f872b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = discord-canary-electron-bin
pkgdesc = Discord Canary (popular voice + video app) using the system provided electron for increased security and performance
- pkgver = 0.0.308
+ pkgver = 0.0.309
pkgrel = 1
url = https://canary.discordapp.com
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = discord-canary-electron-bin
depends = nss
depends = xdg-utils
depends = libcups
+ depends = unzip
optdepends = libpulse: Pulseaudio support
optdepends = xdg-utils: Open files
optdepends = noto-fonts-emoji: Google font for emoji support.
@@ -24,10 +25,10 @@ pkgbase = discord-canary-electron-bin
provides = discord-canary
conflicts = discord-canary
options = !strip
- source = https://dl-canary.discordapp.net/apps/linux/0.0.308/discord-canary-0.0.308.tar.gz
+ source = https://dl-canary.discordapp.net/apps/linux/0.0.309/discord-canary-0.0.309.tar.gz
source = LICENSE.html::https://discordapp.com/terms
source = OSS-LICENSES.html::https://discordapp.com/licenses
- sha256sums = 75ff764f620afbb2aed564e4a77b100d3dd552534ff204108e61153f4ec462ea
+ sha256sums = 338239d413689b49fc2f9e451ee966d695acb0b7f998f09a99ab39d307487f98
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ec1d099c621d..7996c37636e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
pkgname=discord-canary-electron-bin
_pkgname=discord-canary
-pkgver=0.0.308
+pkgver=0.0.309
pkgrel=1
pkgdesc="Discord Canary (popular voice + video app) using the system provided electron for increased security and performance"
arch=('x86_64')
@@ -25,7 +25,7 @@ conflicts=('discord-canary')
url='https://canary.discordapp.com'
license=('custom')
options=(!strip)
-depends=('electron26' 'gtk3' 'libnotify' 'libxss' 'glibc' 'alsa-lib' 'nspr' 'nss' 'xdg-utils' 'libcups')
+depends=('electron26' 'gtk3' 'libnotify' 'libxss' 'glibc' 'alsa-lib' 'nspr' 'nss' 'xdg-utils' 'libcups' 'unzip')
makedepends=('asar')
optdepends=('libpulse: Pulseaudio support'
'xdg-utils: Open files'
@@ -36,7 +36,7 @@ source=("https://dl-canary.discordapp.net/apps/linux/${pkgver}/${_pkgname}-${pkg
'LICENSE.html::https://discordapp.com/terms'
'OSS-LICENSES.html::https://discordapp.com/licenses')
# Skip SHA256 of licenses, it fails always for some reason.
-sha256sums=('75ff764f620afbb2aed564e4a77b100d3dd552534ff204108e61153f4ec462ea'
+sha256sums=('338239d413689b49fc2f9e451ee966d695acb0b7f998f09a99ab39d307487f98'
'SKIP'
'SKIP')