summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpegasis2020-11-23 10:15:39 -0500
committerpegasis2020-11-23 10:15:39 -0500
commit3157175bedcb6cbb6775b847bef3f6a655413799 (patch)
treeb55bdd0ffcec6e1e6df7894484fe68971f43cc64
parent268463194e9bf75d4aefcbcff25f1b57264c88fc (diff)
downloadaur-3157175bedcb6cbb6775b847bef3f6a655413799.tar.gz
v2.25
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3e5e142d627..d0a8212aa366 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = discord-chat-exporter-cli
pkgdesc = Export message history from a Discord channel to a file
- pkgver = 2.24
- pkgrel = 2
+ pkgver = 2.25
+ pkgrel = 1
url = https://github.com/Tyrrrz/DiscordChatExporter
arch = any
license = GPL
makedepends = unzip
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
+ 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 = 8077678acad67ad31578593deee8bcc6
diff --git a/PKGBUILD b/PKGBUILD
index 87a67f6738c0..4a03b017e60a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JianQing Liu <admin at pegasis dot site>
pkgname=discord-chat-exporter-cli
-pkgver=2.24
-pkgrel=2
+pkgver=2.25
+pkgrel=1
pkgdesc="Export message history from a Discord channel to a file"
arch=('any')
url="https://github.com/Tyrrrz/DiscordChatExporter"
@@ -11,7 +11,7 @@ makedepends=('unzip')
source=("$pkgname-$pkgver.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/$pkgver/DiscordChatExporter.CLI.zip"
"discord-chat-exporter-cli")
noextract=("$pkgname-$pkgver.zip")
-md5sums=('9b5db84dfafa90236a862f4d0869c1da'
+md5sums=('e502ca0ba74b33c760a64ef6546dc6ac'
'8077678acad67ad31578593deee8bcc6')
BUILDENV+=('!check')