summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpegasis2020-11-06 21:37:37 -0500
committerpegasis2020-11-06 21:37:37 -0500
commit268463194e9bf75d4aefcbcff25f1b57264c88fc (patch)
treed1a80720b7acc424824d052f854df8fadf6640a8
parente93a6d6fb6cd6acfde8bb973b0c3f647aa7b71e1 (diff)
downloadaur-268463194e9bf75d4aefcbcff25f1b57264c88fc.tar.gz
change dependency from dotnet-host to dotnet-runtime
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62faa66a81c8..c3e5e142d627 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = discord-chat-exporter-cli
pkgdesc = Export message history from a Discord channel to a file
pkgver = 2.24
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Tyrrrz/DiscordChatExporter
arch = any
license = GPL
makedepends = unzip
- depends = dotnet-host
+ depends = dotnet-runtime
noextract = discord-chat-exporter-cli-2.24.zip
source = discord-chat-exporter-cli-2.24.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.24/DiscordChatExporter.CLI.zip
source = discord-chat-exporter-cli
diff --git a/PKGBUILD b/PKGBUILD
index 7820adabe1bf..87a67f6738c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: JianQing Liu <admin at pegasis dot site>
pkgname=discord-chat-exporter-cli
pkgver=2.24
-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-host')
+depends=('dotnet-runtime')
makedepends=('unzip')
source=("$pkgname-$pkgver.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/$pkgver/DiscordChatExporter.CLI.zip"
"discord-chat-exporter-cli")