summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDummerle2021-04-13 14:49:10 +0200
committerDummerle2021-04-13 14:49:10 +0200
commit1c72c097ca065eb6649d88bb62fc44f7f80a7e7f (patch)
tree020ba11d4e4626c222bc1fe415e2e5cc11142c7b
parent2e716468952e49267257dc0fab0096e304b69afb (diff)
downloadaur-1c72c097ca065eb6649d88bb62fc44f7f80a7e7f.tar.gz
add pypresence
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 539ba93cc119..7b67da623321 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = rare
depends = python-requests
depends = python-pillow
depends = python-psutil
+ depends = python-pypresence
optdepends = wine-staging: Run windows games
source = rare-1.0.0.tar.gz::https://github.com/Dummerle/Rare/archive/1.0.0.tar.gz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 578a993863e8..fe404337e770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/Dummerle/Rare"
license=('GPL3')
groups=()
-depends=("python-wheel" "python-setuptools" "python-pyqt5" "python-qtawesome" "python-requests" "python-pillow" "python-psutil")
+depends=("python-wheel" "python-setuptools" "python-pyqt5" "python-qtawesome" "python-requests" "python-pillow" "python-psutil" "python-pypresence")
makedepends=("git" "python-setuptools" "gendesk")
checkdepends=()
optdepends=("wine-staging: Run windows games")