Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
discord
Commits:
434587c2 by Christian Heusel at 2025-04-23T02:56:00+02:00
upgpkg: 1:0.0.92-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = discord
pkgdesc = All-in-one voice and text chat for gamers
- pkgver = 0.0.91
+ pkgver = 0.0.92
pkgrel = 1
epoch = 1
url = https://discord.com
@@ -11,12 +11,12 @@ pkgbase = discord
optdepends = xdg-utils: For opening URLs and files
options = !debug
options = !strip
- source =
https://dl.discordapp.net/apps/linux/0.0.91/discord-0.0.91.tar.gz
- source = LICENSE-0.0.91.html::https://discordapp.com/terms
- source = OSS-LICENSES-0.0.91.html::https://discordapp.com/licenses
- sha512sums =
881008978374f4a928ad6b171021ac2cc3ffb1167447e835dfde828e1a14e63debdbd96241d9c7f7e925fe90a93e576a608cb42c8a79076cc399b079b5fa1d8c
- sha512sums = SKIP
- sha512sums = SKIP
+ source =
https://dl.discordapp.net/apps/linux/0.0.92/discord-0.0.92.tar.gz
+ source = LICENSE-0.0.92.html::https://discordapp.com/terms
+ source = OSS-LICENSES-0.0.92.html::https://discordapp.com/licenses
+ sha512sums =
bd1a50195047be3aecfae1cfbaa940ee96c3adb18311ce5aca1c56b7f42cdbcc12b1799d3dab6ec721577fc6b4ea862320a99df99c1ed76d989018141ae59c28
+ sha512sums =
f2dd8c76dafdb7b10d931ef3e0e9173116ddb2245f7e16d91c61d16404aa2443c18400c0dd925e0b39d58364bebfa45328715d60e22d723f6f929628e1426060
+ sha512sums =
65ca92cdda4f1341a16423dd4f74d10c1361f699ccc7f260765fee75403f6937f8aeab5167cb782f8b877c5701c469fd507c298533d37bbb59e9545340cb4969
pkgname = discord
depends = libnotify
=====================================
PKGBUILD
=====================================
@@ -1,11 +1,12 @@
# Maintainer: Filipe LaĆns (FFY00) <[email protected]>
# Maintainer: Morgan <[email protected]>
# Maintainer: Robin Candau <[email protected]>
+# Maintainer: Christian Heusel <[email protected]>
# Contributor: T.J. Townsend <[email protected]>
pkgname=discord
_pkgname=Discord
-pkgver=0.0.91
+pkgver=0.0.92
pkgrel=1
epoch=1
pkgdesc="All-in-one voice and text chat for gamers"
@@ -19,9 +20,9 @@ optdepends=('libpulse: PulseAudio support'
source=("https://dl.discordapp.net/apps/linux/$pkgver/$pkgname-$pkgver.tar.gz"
"LICENSE-$pkgver.html::https://discordapp.com/terms"
"OSS-LICENSES-$pkgver.html::https://discordapp.com/licenses")
-sha512sums=('881008978374f4a928ad6b171021ac2cc3ffb1167447e835dfde828e1a14e63debdbd96241d9c7f7e925fe90a93e576a608cb42c8a79076cc399b079b5fa1d8c'
- 'SKIP'
- 'SKIP')
+sha512sums=('bd1a50195047be3aecfae1cfbaa940ee96c3adb18311ce5aca1c56b7f42cdbcc12b1799d3dab6ec721577fc6b4ea862320a99df99c1ed76d989018141ae59c28'
+
'f2dd8c76dafdb7b10d931ef3e0e9173116ddb2245f7e16d91c61d16404aa2443c18400c0dd925e0b39d58364bebfa45328715d60e22d723f6f929628e1426060'
+
'65ca92cdda4f1341a16423dd4f74d10c1361f699ccc7f260765fee75403f6937f8aeab5167cb782f8b877c5701c469fd507c298533d37bbb59e9545340cb4969')
prepare() {
cd $_pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/discord/-/commit/434587c25960a079690b65b09c0253bc4c721f07
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/discord/-/commit/434587c25960a079690b65b09c0253bc4c721f07
You're receiving this email because of your account on gitlab.archlinux.org.