summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoftwareRat2022-11-14 21:19:18 +0100
committerSoftwareRat2022-11-14 21:19:18 +0100
commite64c77e5150b47a1803f6c4594563eee6e6f135f (patch)
tree615ecd0fc93fbe54af9bbf08cbddc5a7b870832c
parent09bb18b39e37026deafda03a2af6cf96080a942e (diff)
downloadaur-e64c77e5150b47a1803f6c4594563eee6e6f135f.tar.gz
Updated MBCord to 3.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 648d3f88243e..215aa7a199f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mbcord-appimage
pkgdesc = An Emby/Jellyfin rich presence client for Discord
- pkgver = 3.0.4
+ pkgver = 3.0.5
pkgrel = 2
url = https://github.com/SandwichFox/MBCord
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = mbcord-appimage
optdepends = discord: Official stable client
optdepends = discord-canary: Official canary client
options = !strip
- source = https://github.com/SandwichFox/MBCord/releases/download/3.0.4/mbcord-3.0.4.AppImage
- sha512sums = 6a2396f4e784a05aafb109aebc78669e6404f105db8ec231e564374584657634269c528fa530597b2e8ddb51431627023aa65fa7aeff4d4d280048a8c2874777
+ source = https://github.com/SandwichFox/MBCord/releases/download/v3.0.5/mbcord-3.0.5.AppImage
+ sha512sums = d968302a582a747d42c2b4e6cef3d260cf46b288fa0ed98018c3375fbe5a526595699d5a3d016d11fdef55e21e45b13924616347464cca15220195af7e4063a2
pkgname = mbcord-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 41f75ecd1cc5..4a02f2b9318f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: SoftwareRat <jaguar5018@gmail.com>
pkgname=mbcord-appimage
-pkgver=3.0.4
+pkgver=3.0.5
pkgrel=2
pkgdesc="An Emby/Jellyfin rich presence client for Discord"
arch=('x86_64')
@@ -14,10 +14,10 @@ optdepends=('discord: Official stable client'
depends=()
options=(!strip) # necessary otherwise the AppImage file in the package is truncated
source=(
- "https://github.com/SandwichFox/MBCord/releases/download/${pkgver}/mbcord-${pkgver}.AppImage"
+ "https://github.com/SandwichFox/MBCord/releases/download/v${pkgver}/mbcord-${pkgver}.AppImage"
)
sha512sums=(
- 6a2396f4e784a05aafb109aebc78669e6404f105db8ec231e564374584657634269c528fa530597b2e8ddb51431627023aa65fa7aeff4d4d280048a8c2874777
+d968302a582a747d42c2b4e6cef3d260cf46b288fa0ed98018c3375fbe5a526595699d5a3d016d11fdef55e21e45b13924616347464cca15220195af7e4063a2
)
_appimage_name="mbcord-${pkgver}.AppImage"
_filename="mbcord"