upgpkg: discord-electron-openasar 0.0.32+813-2
Add unzip as dependency
This commit is contained in:
parent
c9a9fb151d
commit
44c5f3b4d1
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = discord-electron-openasar
|
||||
pkgdesc = Discord packaged with OpenAsar using system provided electron (v24) for increased security and performance
|
||||
pkgver = 0.0.32+813
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://discord.com
|
||||
install = discord-electron-openasar.install
|
||||
arch = x86_64
|
||||
|
@ -13,6 +13,7 @@ pkgbase = discord-electron-openasar
|
|||
makedepends = python-html2text
|
||||
depends = electron24
|
||||
depends = libxss
|
||||
depends = unzip
|
||||
optdepends = libpulse: Pulseaudio support
|
||||
optdepends = libappindicator-gtk3: Systray indicator support
|
||||
optdepends = xdg-utils: Open files
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -9,7 +9,7 @@ _pkgname=discord
|
|||
_electron=24
|
||||
pkgver=0.0.32+813
|
||||
_pkgver=${pkgver%%+*}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Discord packaged with OpenAsar using system provided electron (v${_electron}) for increased security and performance"
|
||||
arch=('x86_64')
|
||||
provides=("${_pkgname}")
|
||||
|
@ -18,7 +18,7 @@ url='https://discord.com'
|
|||
license=('custom')
|
||||
options=('!strip')
|
||||
install="$pkgname.install"
|
||||
depends=("electron${_electron}" 'libxss')
|
||||
depends=("electron${_electron}" 'libxss' 'unzip')
|
||||
makedepends=('git' 'asar' 'nodejs' 'curl' 'python-html2text')
|
||||
optdepends=(
|
||||
'libpulse: Pulseaudio support'
|
||||
|
|
Loading…
Reference in a new issue