summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--discord-chat-exporter-cli2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0607f804d481..e7c7a93736ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = discord-chat-exporter-cli
pkgdesc = Export message history from a Discord channel to a file
pkgver = 2.23
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Tyrrrz/DiscordChatExporter
arch = any
license = GPL
@@ -11,7 +11,7 @@ pkgbase = discord-chat-exporter-cli
source = discord-chat-exporter-cli-2.23.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.23/DiscordChatExporter.CLI.zip
source = discord-chat-exporter-cli
md5sums = 6dce0b7cb0ef2065018fa66c313ae838
- md5sums = 0fd85e697c523e950228ab4c30917d71
+ md5sums = 8077678acad67ad31578593deee8bcc6
pkgname = discord-chat-exporter-cli
diff --git a/PKGBUILD b/PKGBUILD
index 6a1cfd31628b..b9fc60d1b094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JianQing Liu <admin at pegasis dot site>
pkgname=discord-chat-exporter-cli
pkgver=2.23
-pkgrel=1
+pkgrel=2
pkgdesc="Export message history from a Discord channel to a file"
arch=('any')
url="https://github.com/Tyrrrz/DiscordChatExporter"
@@ -12,7 +12,7 @@ source=("$pkgname-$pkgver.zip::https://github.com/Tyrrrz/DiscordChatExporter/rel
"discord-chat-exporter-cli")
noextract=("$pkgname-$pkgver.zip")
md5sums=('6dce0b7cb0ef2065018fa66c313ae838'
-'0fd85e697c523e950228ab4c30917d71')
+'8077678acad67ad31578593deee8bcc6')
BUILDENV+=('!check')
prepare() {
diff --git a/discord-chat-exporter-cli b/discord-chat-exporter-cli
index 55037069277a..360759ddcbbc 100644
--- a/discord-chat-exporter-cli
+++ b/discord-chat-exporter-cli
@@ -1,2 +1,2 @@
#! /bin/sh
-/usr/bin/dotnet /opt/DiscordChatExporterCLI/DiscordChatExporter.Cli.dll "$@" \ No newline at end of file
+/usr/bin/dotnet /opt/discord-chat-exporter-cli/DiscordChatExporter.Cli.dll "$@" \ No newline at end of file