summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimPilotAdamT2024-02-05 15:23:34 +0000
committerSimPilotAdamT2024-02-05 15:23:34 +0000
commit9d8e142c94b7a3aef627fbecb097bdc6dae918c2 (patch)
tree1c72cdcda348e31769bef8bad362fbfff2501225 /PKGBUILD
parent146e1441aa028539c73595f58fb09d7d7cad320a (diff)
downloadaur-9d8e142c94b7a3aef627fbecb097bdc6dae918c2.tar.gz
Adding missing dep
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33667dbd35bf..d68e4b4d33db 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=fetchcord-testing
pkgver=2.7.8
-pkgrel=21
+pkgrel=22
pkgdesc="FetchCord grabs your OS info and displays it as Discord Rich Presence"
arch=('any')
url="https://github.com/fetchcord/fetchcord/tree/testing/"
license=('MIT')
depends=('python' 'neofetch' 'python-psutil' 'python-setuptools' 'python-pypresence')
-optdepends=('systemd: SystemD user service')
+optdepends=('systemd: Systemd user service' 'python-pyqt5: GUI')
provides=('fetchcord')
source=("fetchcord::git+https://github.com/fetchcord/fetchcord/#branch=testing")
sha256sums=('SKIP')