makedeb
Chat for Communities and Friends
Click here to go back to the commit logs for discord.
Hash: 77521651c695027be352a9121d15066e3680082d
Message: fix missing checksum
diff --git a/.SRCINFO b/.SRCINFO
index 651198c..4315bdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ generated-by = makedeb-makepkg
pkgbase = discord
pkgdesc = Chat for Communities and Friends
pkgver = 0.0.17
- pkgrel = 1
+ pkgrel = 2
url = https://discord.com
arch = x86_64
license = custom
@@ -20,7 +20,7 @@ pkgbase = discord
depends = libc++1
depends = libappindicator1
source = https://dl.discordapp.net/apps/linux/0.0.17/discord-0.0.17.deb
- sha256sums = 6db1cd31382d2e1bd12fd74f914b558df28ed99421983c01e1e4fa6cb5f694ca
+ sha256sums = cd08f5a06d2b1b04304df1151e66005c609a34b87f830182a9c8c6301b4f3cf6
bullseye_depends = libc6
bullseye_depends = libasound2
bullseye_depends = libatomic1
diff --git a/PKGBUILD b/PKGBUILD
index 7b09863..14a163a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
# Maintainer: zocker_160 <zocker1600 at posteo dot net>
+# Contributor: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=discord
pkgver=0.0.17
-pkgrel=1
+pkgrel=2
pkgdesc="Chat for Communities and Friends"
arch=('x86_64')
_base_depends=('libc6' 'libasound2' 'libatomic1' 'libgconf-2-4' 'libnotify4' 'libnspr4' 'libnss3' 'libstdc++6' 'libxss1'
@@ -14,7 +14,7 @@ bullseye_depends=("${_base_depends[@]}" 'libayatana-appindicator1')
url="https://discord.com"
license=('custom')
source=("https://dl.discordapp.net/apps/linux/${pkgver}/discord-${pkgver}.deb")
-sha256sums=('6db1cd31382d2e1bd12fd74f914b558df28ed99421983c01e1e4fa6cb5f694ca')
+sha256sums=('cd08f5a06d2b1b04304df1151e66005c609a34b87f830182a9c8c6301b4f3cf6')
package() {
tar -xf 'data.tar.gz' -C "${pkgdir}"