summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b54c29d62c9..090643f1272a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fetchcord-testing
pkgdesc = FetchCord grabs your OS info and displays it as Discord Rich Presence
pkgver = 2.7.8
- pkgrel = 21
+ pkgrel = 22
url = https://github.com/fetchcord/fetchcord/tree/testing/
install = fetchcord.install
arch = any
@@ -11,7 +11,8 @@ pkgbase = fetchcord-testing
depends = python-psutil
depends = python-setuptools
depends = python-pypresence
- optdepends = systemd: SystemD user service
+ optdepends = systemd: Systemd user service
+ optdepends = python-pyqt5: GUI
provides = fetchcord
source = fetchcord::git+https://github.com/fetchcord/fetchcord/#branch=testing
sha256sums = SKIP
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')