summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpegasis2020-09-20 01:23:34 -0400
committerpegasis2020-09-20 01:23:34 -0400
commit2617d5064020d58b2f83b24ad99fe5537322a625 (patch)
treeff0c8c66b6ea9e4986db58b2de3572e82b8bf517 /PKGBUILD
parent72db0aab61a90114daa55bc1fca31a2b6f1d1fb6 (diff)
downloadaur-2617d5064020d58b2f83b24ad99fe5537322a625.tar.gz
fix launch script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a1cfd31628b..b9fc60d1b094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JianQing Liu <admin at pegasis dot site>
pkgname=discord-chat-exporter-cli
pkgver=2.23
-pkgrel=1
+pkgrel=2
pkgdesc="Export message history from a Discord channel to a file"
arch=('any')
url="https://github.com/Tyrrrz/DiscordChatExporter"
@@ -12,7 +12,7 @@ source=("$pkgname-$pkgver.zip::https://github.com/Tyrrrz/DiscordChatExporter/rel
"discord-chat-exporter-cli")
noextract=("$pkgname-$pkgver.zip")
md5sums=('6dce0b7cb0ef2065018fa66c313ae838'
-'0fd85e697c523e950228ab4c30917d71')
+'8077678acad67ad31578593deee8bcc6')
BUILDENV+=('!check')
prepare() {