summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpegasis2020-11-06 21:37:37 -0500
committerpegasis2020-11-06 21:37:37 -0500
commit268463194e9bf75d4aefcbcff25f1b57264c88fc (patch)
treed1a80720b7acc424824d052f854df8fadf6640a8 /PKGBUILD
parente93a6d6fb6cd6acfde8bb973b0c3f647aa7b71e1 (diff)
downloadaur-268463194e9bf75d4aefcbcff25f1b57264c88fc.tar.gz
change dependency from dotnet-host to dotnet-runtime
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")