summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThatOneCalculator2021-05-05 11:01:34 -0700
committerThatOneCalculator2021-05-05 11:01:34 -0700
commita2db18a923b9f335ee5099a20a4215620858c5f4 (patch)
treef12fbda1e1a6238771a78b23049b1a7ad53cfa81 /PKGBUILD
parentd276236a699de1dae9612accf442a58a61b20a60 (diff)
downloadaur-a2db18a923b9f335ee5099a20a4215620858c5f4.tar.gz
automatic script commit message
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32f8be02941a..c113923ff399 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_pkgname=discordrpcmaker
pkgname="${_pkgname}"
-pkgver=2.0.5
+pkgver=2.0.6
pkgrel=1
pkgdesc="Discord RPC Maker lets you make and manage custom Discord Rich Presences with buttons!"
arch=('x86_64')
url="https://drpcm.t1c.dev/"
license=('GPL')
-depends=('libnotify' 'libappindicator-gtk3')
+depends=('libnotify' 'libappindicator-gtk3' 'fuse2' 'fuse3' 'fuse-common')
_appimage="discordrpcmaker-linux.appimage"
source_x86_64=("${_appimage}::https://github.com/thatonecalculator/discordrpcmaker/releases/download/v${pkgver}/${_appimage}")
noextract=("${_appimage}")