summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5f8da529814..93cd5a2180b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc="League of Legends Discord Rich Presence for Linux (WINE / Lutris)"
arch=('x86_64')
url="https://github.com/Its-Haze/league-rpc-linux"
license=('GPL3')
-makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-pypresence' 'python-psutil' 'python-requests' 'python-nest-asyncio' 'python-lcu-driver')
+makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
+depends=('python-pypresence' 'python-psutil' 'python-requests' 'python-nest-asyncio' 'python-lcu-driver')
provides=('league-rpc-linux')
conflicts=('league-rpc-linux')
source=("$_srcname"::'git+https://github.com/Its-Haze/league-rpc-linux.git')