summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpegasis2021-03-19 18:37:48 -0400
committerpegasis2021-03-19 18:37:48 -0400
commitf002e27994d0cc24d45446f294fa44dd4579488d (patch)
tree9ad7f63892baa0b9f0ed5f324f08c1336f8074b4
parentdbe56ee905416fb61fe1b8d73ac7020d80a982ef (diff)
downloadaur-f002e27994d0cc24d45446f294fa44dd4579488d.tar.gz
update dotnet dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d200e7080de..12adbe7a57d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = discord-chat-exporter-cli
pkgdesc = Export message history from a Discord channel to a file
pkgver = 2.26.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Tyrrrz/DiscordChatExporter
arch = any
license = GPL
makedepends = unzip
depends = dotnet-runtime>=3.1.0
+ depends = dotnet-runtime<3.2.0
noextract = discord-chat-exporter-cli-2.26.1.zip
source = discord-chat-exporter-cli-2.26.1.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.26.1/DiscordChatExporter.CLI.zip
source = discord-chat-exporter-cli
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")