summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpegasis2020-12-29 18:31:42 -0500
committerpegasis2020-12-29 18:31:42 -0500
commit89708702511c8362e68e40290c3595be99c23fcf (patch)
tree0561e26905b9da3065abcdcf2ffe25ffa045b66a
parent6048b3b35449ce25f0d37789cebc89861e9a53d1 (diff)
downloadaur-89708702511c8362e68e40290c3595be99c23fcf.tar.gz
v2.26
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 628af26b9b0b..de2a493ab148 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = discord-chat-exporter-cli
pkgdesc = Export message history from a Discord channel to a file
- pkgver = 2.25
- pkgrel = 2
+ pkgver = 2.26
+ pkgrel = 1
url = https://github.com/Tyrrrz/DiscordChatExporter
arch = any
license = GPL
makedepends = unzip
depends = dotnet-runtime>=3.1.0
- 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
+ noextract = discord-chat-exporter-cli-2.26.zip
+ source = discord-chat-exporter-cli-2.26.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.26/DiscordChatExporter.CLI.zip
source = discord-chat-exporter-cli
- md5sums = e502ca0ba74b33c760a64ef6546dc6ac
+ md5sums = 922d7d6ae91fd756d6bd15a1c5f4b69d
md5sums = 8077678acad67ad31578593deee8bcc6
pkgname = discord-chat-exporter-cli
diff --git a/PKGBUILD b/PKGBUILD
index e0cbc0d5709e..aeda42b9e7ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JianQing Liu <admin at pegasis dot site>
pkgname=discord-chat-exporter-cli
-pkgver=2.25
-pkgrel=2
+pkgver=2.26
+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=('e502ca0ba74b33c760a64ef6546dc6ac'
+md5sums=('922d7d6ae91fd756d6bd15a1c5f4b69d'
'8077678acad67ad31578593deee8bcc6')
BUILDENV+=('!check')