summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpegasis2021-12-07 04:15:42 -0500
committerpegasis2021-12-07 04:15:42 -0500
commitaa3bf185467e4213419bcc20b76059730c42542b (patch)
tree790c1da6b11afc24da8515add895ffec52117f7f /PKGBUILD
parent1e58c7e6b15bacc6077854236a002832cb09fb37 (diff)
downloadaur-aa3bf185467e4213419bcc20b76059730c42542b.tar.gz
v2.31
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aee4d504a60e..0d594e00346a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: JianQing Liu <admin at pegasis dot site>
pkgname=discord-chat-exporter-cli
-pkgver=2.30.1
+pkgver=2.31
pkgrel=1
pkgdesc="Export message history from a Discord channel to a file"
arch=('any')
url="https://github.com/Tyrrrz/DiscordChatExporter"
license=('GPL')
-depends=('dotnet-runtime-3.1')
+depends=('dotnet-runtime')
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=('e33371e992a3409a3111a8ee653b2610'
+md5sums=('e1a54df8d006b952ad7fa833c86c8f94'
'8077678acad67ad31578593deee8bcc6')
BUILDENV+=('!check')