summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpegasis2020-12-18 13:46:09 -0500
committerpegasis2020-12-18 13:46:09 -0500
commit6048b3b35449ce25f0d37789cebc89861e9a53d1 (patch)
treedae274812ed3b00ce7a7cbc51246a97a40b32258
parent3157175bedcb6cbb6775b847bef3f6a655413799 (diff)
downloadaur-6048b3b35449ce25f0d37789cebc89861e9a53d1.tar.gz
requre dotnet version>=3.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0a8212aa366..628af26b9b0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = discord-chat-exporter-cli
pkgdesc = Export message history from a Discord channel to a file
pkgver = 2.25
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Tyrrrz/DiscordChatExporter
arch = any
license = GPL
makedepends = unzip
- depends = dotnet-runtime
+ depends = dotnet-runtime>=3.1.0
noextract = discord-chat-exporter-cli-2.25.zip
source = discord-chat-exporter-cli-2.25.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.25/DiscordChatExporter.CLI.zip
source = discord-chat-exporter-cli
- md5sums = 9b5db84dfafa90236a862f4d0869c1da
+ md5sums = e502ca0ba74b33c760a64ef6546dc6ac
md5sums = 8077678acad67ad31578593deee8bcc6
pkgname = discord-chat-exporter-cli
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")