summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpegasis2020-12-18 13:46:09 -0500
committerpegasis2020-12-18 13:46:09 -0500
commit6048b3b35449ce25f0d37789cebc89861e9a53d1 (patch)
treedae274812ed3b00ce7a7cbc51246a97a40b32258 /PKGBUILD
parent3157175bedcb6cbb6775b847bef3f6a655413799 (diff)
downloadaur-6048b3b35449ce25f0d37789cebc89861e9a53d1.tar.gz
requre dotnet version>=3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a03b017e60a..e0cbc0d5709e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: JianQing Liu <admin at pegasis dot site>
pkgname=discord-chat-exporter-cli
pkgver=2.25
-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>=3.1.0')
makedepends=('unzip')
source=("$pkgname-$pkgver.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/$pkgver/DiscordChatExporter.CLI.zip"
"discord-chat-exporter-cli")