# Maintainer: Erwan BOTHUAN NIEL # Contributor: hiddeninthesand # Contributor: zocker_160 # Contributor: Hunter Wittenborn pkgname='discord' pkgver='0.0.88' pkgrel='1' pkgdesc="Chat for Communities and Friends" arch=('amd64') _base_depends=('libc6' 'libasound2' 'libatomic1' 'libnotify4' 'libnspr4' 'libnss3' 'libstdc++6' 'libxss1' 'libxtst6') depends=("${_base_depends[@]}") optdepends=('libappindicator1: Allow the app do display a menu in the system tray', 'libayatana-appindicator1: Allow the app to display a menu in the system tray') url="https://discord.com" license=('custom') source=("${pkgname}::https://dl.discordapp.net/apps/linux/${pkgver}/discord-${pkgver}.deb") b2sums=('e34dfbfc009d1ce282f60a1c38e8a9f3aafb70f932088d82e2539a8c923ba068a92148aa17cb30a71e70dcc3407c6be085776c8eaf5f12db6e9804abe0887815') package() { tar -xf 'control.tar.gz' tar -xf 'data.tar.gz' -C "${pkgdir}" postinst=src/postinst }