summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpegasis2021-12-07 04:19:58 -0500
committerpegasis2021-12-07 04:19:58 -0500
commit9cd3fa69a3bd5b3713e215bb1ba5e56dd56ec2ed (patch)
tree7ebf7962975aaa1d85ce09d874824f8830844d8d /PKGBUILD
parentaa3bf185467e4213419bcc20b76059730c42542b (diff)
downloadaur-9cd3fa69a3bd5b3713e215bb1ba5e56dd56ec2ed.tar.gz
add version on dotnet-runtime
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d594e00346a..3f9805aebe87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: JianQing Liu <admin at pegasis dot site>
pkgname=discord-chat-exporter-cli
pkgver=2.31
-pkgrel=1
+pkgrel=2
pkgdesc="Export message history from a Discord channel to a file"
arch=('any')
url="https://github.com/Tyrrrz/DiscordChatExporter"
license=('GPL')
-depends=('dotnet-runtime')
+depends=('dotnet-runtime>=6.0.0')
makedepends=('unzip')
source=("$pkgname-$pkgver.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/$pkgver/DiscordChatExporter.CLI.zip"
"discord-chat-exporter-cli")