summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpegasis2021-06-09 00:41:10 -0400
committerpegasis2021-06-09 00:41:10 -0400
commit7e57385e8ca203aa14ee2b6ac111430fba36d5d6 (patch)
tree6bc94fdc1ae047e773a587c46fa612362fce011f
parent82795e25a3e5f236b736178bc15df807f60e40d0 (diff)
downloadaur-7e57385e8ca203aa14ee2b6ac111430fba36d5d6.tar.gz
v2.27.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 679bfaca7618..0bfb194af165 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = discord-chat-exporter-cli
pkgdesc = Export message history from a Discord channel to a file
- pkgver = 2.27
+ pkgver = 2.27.1
pkgrel = 1
url = https://github.com/Tyrrrz/DiscordChatExporter
arch = any
license = GPL
makedepends = unzip
depends = dotnet-runtime-3.1
- noextract = discord-chat-exporter-cli-2.27.zip
- source = discord-chat-exporter-cli-2.27.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.27/DiscordChatExporter.CLI.zip
+ noextract = discord-chat-exporter-cli-2.27.1.zip
+ source = discord-chat-exporter-cli-2.27.1.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.27.1/DiscordChatExporter.CLI.zip
source = discord-chat-exporter-cli
- md5sums = fcfcac4ed7b3cea88b2ce658723e9bd8
+ md5sums = 0f7b740755af6534e1f2c46780426bb2
md5sums = 8077678acad67ad31578593deee8bcc6
pkgname = discord-chat-exporter-cli
-
diff --git a/PKGBUILD b/PKGBUILD
index dab8cf23ff3e..3894b132c5ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: JianQing Liu <admin at pegasis dot site>
pkgname=discord-chat-exporter-cli
-pkgver=2.27
+pkgver=2.27.1
pkgrel=1
pkgdesc="Export message history from a Discord channel to a file"
arch=('any')
@@ -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=('fcfcac4ed7b3cea88b2ce658723e9bd8'
+md5sums=('0f7b740755af6534e1f2c46780426bb2'
'8077678acad67ad31578593deee8bcc6')
BUILDENV+=('!check')