summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThatOneCalculator2021-05-21 11:43:07 -0700
committerThatOneCalculator2021-05-21 11:43:07 -0700
commit07c5aa91c541a0a051a41799b3f2f366b80fe221 (patch)
tree4b6df2765aff608f75ebeebb7c283f9b45c133e2 /PKGBUILD
parent233db37ac19722ec8b199c107cb34a2abb7371a8 (diff)
downloadaur-07c5aa91c541a0a051a41799b3f2f366b80fe221.tar.gz
v2.0.8-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55bd775179b1..4907fd927b11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=discordrpcmaker
pkgname="${_pkgname}"
pkgver=2.0.8
-pkgrel=2
+pkgrel=3
pkgdesc="Discord RPC Maker lets you make and manage custom Discord Rich Presences with buttons!"
arch=('x86_64')
url="https://drpcm.t1c.dev/"
@@ -14,7 +14,7 @@ depends=('libnotify' 'libappindicator-gtk3' 'fuse2' 'fuse3' 'fuse-common' 'libse
_appimage="discordrpcmaker-linux.appimage"
source_x86_64=("${_appimage}::https://github.com/thatonecalculator/discordrpcmaker/releases/download/v${pkgver}/${_appimage}")
noextract=("${_appimage}")
-sha256sums_x86_64=('01988e316572636ae77d5fe324d261880a5041ff76847fadee91261757c536ea')
+sha256sums_x86_64=('414f579bbf4077176ce6161c3dddc1ddf81a5603be938a8005dfabd2b1118d61')
options+=('!strip')
prepare() {