makedeb


rare 1.10.11-1


A GUI for legendary, an open source replacement for Epic Games Launcher

Click here to go back to the commit logs for rare.

Commit:


Hash: 929d5bfdda35b0d5cf95c470b31dd347b2d639d1

Message: Fix deps

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 41fcedf..3ccc57a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,13 +10,12 @@ pkgbase = rare
 	makedepends = git
 	makedepends = python3-setuptools
 	depends = python3-wheel
-	depends = python3-setuptools
 	depends = python3-pyqt5
 	depends = python3-qtawesome
 	depends = python3-requests
 	depends = python3-psutil
-	depends = python3-pypresence
 	optdepends = wine-staging: Run windows games
+	optdepends = python3-pypresence
 	conflicts = rare-git
 	source = rare-1.8.3::git+https://github.com/Dummerle/Rare#tag=1.8.3
 	sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 57cad17..bf7770a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@ arch=('any')
 url="https://github.com/Dummerle/Rare"
 license=('GPL3')
 groups=()
-depends=("python3-wheel" "python3-setuptools" "python3-pyqt5" "python3-qtawesome" "python3-requests" "python3-psutil" "python3-pypresence")
+depends=("python3-wheel" "python3-pyqt5" "python3-qtawesome" "python3-requests" "python3-psutil")
 makedepends=("git" "python3-setuptools")
 checkdepends=()
-optdepends=("wine-staging: Run windows games")
+optdepends=("wine-staging: Run windows games" "python3-pypresence")
 provides=()
 conflicts=("rare-git")
 replaces=()