summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Majewski2021-12-05 13:23:10 +0100
committerKevin Majewski2021-12-05 13:23:10 +0100
commit3ad9ee1c5dc8c764c608f1965f199db028771acf (patch)
tree065d62ff4d49c5f1bafd588c6a81adc2740fe2b9
parentfc1372a026a5168604e91fe2f09a228636347a25 (diff)
downloadaur-3ad9ee1c5dc8c764c608f1965f199db028771acf.tar.gz
0.0.188-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD24
2 files changed, 8 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34cc4f589f8f..7a605d987230 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = discord-development-electron-bin
pkgdesc = Discord Development (popular voice + video app) using the system provided electron for increased security and performance
- pkgver = 0.0.173
+ pkgver = 0.0.188
pkgrel = 1
url = https://discordapp.com
arch = x86_64
@@ -23,10 +23,10 @@ pkgbase = discord-development-electron-bin
optdepends = noto-fonts-cjk: Font for special characters such as /shrug face.
provides = discord-development
conflicts = discord-development
- source = https://dl-development.discordapp.net/apps/linux/0.0.173/discord-development-0.0.173.tar.gz
+ source = https://dl-development.discordapp.net/apps/linux/0.0.188/discord-development-0.0.188.tar.gz
source = LICENSE.html::https://discordapp.com/terms
source = OSS-LICENSES.html::https://discordapp.com/licenses
- b2sums = 9ff2aa119cde9b3e774fbfe97777a0330e9adfb59edbe92d7d0a6fe7bbc74331f0a943b5c94d23a17db4cdbe865f68d18d34298376ec712d48812541411a6577
+ b2sums = 42e2217578b48180c4b27b5a606ecced814004c8aa7144dd5728f43ae1c2a7354c558e27fd1df9e1fe1f88382495321afff78738dd186e4919650b70a46c37d0
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ee5f37c4617d..f2f5ca40b092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,11 @@
-# Maintained by Kodehawa <david.alejandro.rubio at gmail.com>
-
-# Original discord_arch_electron PKGBUILD:
-# Maintained by johnnyapol (arch@johnnyapol.me)
-
-# Original mantainers below:
-# Based off the discord community repo PKGBUILD by Filipe LaĆ­ns (FFY00) <lains@archlinux.org>
-# Maintainer: Anna <morganamilo@gmail.com>
-# Maintainer: E5ten <e5ten.arch@gmail.com>
-# Maintainer: Parker Reed <parker.l.reed@gmail.com>
-# Maintainer: Stephanie Wilde-Hobbs <steph@rx14.co.uk>
-# Contributor: Cayde Dixon <me@cazzar.net>
-# Contributor: Anthony Anderson <aantony4122@gmail.com>
-
-pkgname=discord-development-electron-bin
_pkgname=discord-development
-pkgver=0.0.173
+pkgname=${_pkgname}-electron-bin
+pkgver=0.0.188
pkgrel=1
pkgdesc="Discord Development (popular voice + video app) using the system provided electron for increased security and performance"
arch=('x86_64')
-provides=('discord-development')
-conflicts=('discord-development')
+provides=(${_pkgname})
+conflicts=(${_pkgname})
url='https://discordapp.com'
license=('custom')
depends=('electron' 'gtk3' 'libnotify' 'libxss' 'glibc' 'alsa-lib' 'nspr' 'nss' 'xdg-utils' 'libcups')
@@ -33,7 +19,7 @@ source=("https://dl-development.discordapp.net/apps/linux/${pkgver}/${_pkgname}-
'LICENSE.html::https://discordapp.com/terms'
'OSS-LICENSES.html::https://discordapp.com/licenses')
# Skip BLAKE2 of licenses, it fails always for some reason.
-b2sums=('9ff2aa119cde9b3e774fbfe97777a0330e9adfb59edbe92d7d0a6fe7bbc74331f0a943b5c94d23a17db4cdbe865f68d18d34298376ec712d48812541411a6577'
+b2sums=('42e2217578b48180c4b27b5a606ecced814004c8aa7144dd5728f43ae1c2a7354c558e27fd1df9e1fe1f88382495321afff78738dd186e4919650b70a46c37d0'
'SKIP'
'SKIP')