summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpegasis2021-03-19 18:37:48 -0400
committerpegasis2021-03-19 18:37:48 -0400
commitf002e27994d0cc24d45446f294fa44dd4579488d (patch)
tree9ad7f63892baa0b9f0ed5f324f08c1336f8074b4 /PKGBUILD
parentdbe56ee905416fb61fe1b8d73ac7020d80a982ef (diff)
downloadaur-f002e27994d0cc24d45446f294fa44dd4579488d.tar.gz
update dotnet dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57e5c3480063..af7584c9bb02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: JianQing Liu <admin at pegasis dot site>
pkgname=discord-chat-exporter-cli
pkgver=2.26.1
-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>=3.1.0')
+depends=('dotnet-runtime>=3.1.0' 'dotnet-runtime<3.2.0')
makedepends=('unzip')
source=("$pkgname-$pkgver.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/$pkgver/DiscordChatExporter.CLI.zip"
"discord-chat-exporter-cli")