summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 178880d8c6dd..cf5006c6b487 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = discord-chat-exporter-plus-cli
pkgdesc = Exports Discord chat logs to a file (without the political bloat)
- pkgver = 2.43.1
+ pkgver = 2.43.2
pkgrel = 1
url = https://github.com/nulldg/DiscordChatExporterPlus
arch = any
@@ -9,9 +9,9 @@ pkgbase = discord-chat-exporter-plus-cli
depends = dotnet-runtime-8.0
conflicts = discord-chat-exporter-cli
options = !strip
- source = discord-chat-exporter-plus-cli-2.43.1.tar.gz::https://github.com/nulldg/DiscordChatExporterPlus/archive/refs/tags/2.43.1.tar.gz
+ source = discord-chat-exporter-plus-cli-2.43.2.tar.gz::https://github.com/nulldg/DiscordChatExporterPlus/archive/refs/tags/2.43.2.tar.gz
source = discord-chat-exporter-plus-cli
- b2sums = d8a1a58736c375eeb51122a8bdce6f6ce4414c2344d618c443095a57ed063a09f4456a92df1f14ce65d4a9a259e2863151811cc0e5fe8c19c0c9d17026cddbbf
+ b2sums = 0feec9ab2daedf2f18246c417cd91d0f8558ccbf0ae8481481e666028ff397e56677d23a306c159e707a86ecdf8275fcd6e9bb4d0b9d0e6eef06a1357609d613
b2sums = f04af622af8aee1c08beb6444aa7e46db9c55180a7cd87f0fceb2dce9d27052883be6322074a8944ff51af142e8d104d5ae89c2b54e79700769d1dabc38328e0
pkgname = discord-chat-exporter-plus-cli
diff --git a/PKGBUILD b/PKGBUILD
index 541c59107f55..716ab005558f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='discord-chat-exporter-plus-cli'
_apkgname='DiscordChatExporter'
_gpkgname='DiscordChatExporterPlus'
-pkgver=2.43.1
+pkgver=2.43.2
pkgrel=1
pkgdesc='Exports Discord chat logs to a file (without the political bloat)'
@@ -17,7 +17,7 @@ source=(
"$pkgname"
)
b2sums=(
- d8a1a58736c375eeb51122a8bdce6f6ce4414c2344d618c443095a57ed063a09f4456a92df1f14ce65d4a9a259e2863151811cc0e5fe8c19c0c9d17026cddbbf
+ 0feec9ab2daedf2f18246c417cd91d0f8558ccbf0ae8481481e666028ff397e56677d23a306c159e707a86ecdf8275fcd6e9bb4d0b9d0e6eef06a1357609d613
f04af622af8aee1c08beb6444aa7e46db9c55180a7cd87f0fceb2dce9d27052883be6322074a8944ff51af142e8d104d5ae89c2b54e79700769d1dabc38328e0
)
@@ -37,6 +37,6 @@ package() {
cd "$_gpkgname-$pkgver"
install -Dm644 License.txt "$pkgdir/usr/share/licenses/$pkgname/License.txt"
- cd "$_apkgname.Cli/bin/Release/net8.0/publish"
+ cd "$_apkgname.Cli/bin/Release/net8.0/linux-x64/publish"
find . -type f -exec install -Dm644 "{}" "$pkgdir/usr/lib/$pkgname/{}" \;
}