summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDummerle2021-12-27 01:01:09 +0100
committerDummerle2021-12-27 01:01:09 +0100
commit758d339c05a37ca8a95940cdbecf2435161893de (patch)
treea2605b2a5406ba96e2941f1b89cd3f423d696c0d
parentcf3330afc3722de86917f9b92276d0d428c0d2fc (diff)
downloadaur-758d339c05a37ca8a95940cdbecf2435161893de.tar.gz
Fix deps
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 836367a17bba..cf10a8e1f9a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ arch=('any')
url="https://github.com/Dummerle/Rare"
license=('GPL3')
groups=()
-depends=("python-wheel" "python-setuptools" "python-pyqt5" "python-qtawesome" "python-requests" "python-psutil" "python-pypresence")
+depends=("python-pyqt5" "python-qtawesome" "python-requests" "python-psutil")
makedepends=("git" "python-setuptools")
checkdepends=()
-optdepends=("wine-staging: Run windows games")
+optdepends=("wine-staging: Run windows games" "python-pypresence: Use Discord RPC ")
provides=()
conflicts=("rare-git")
replaces=()