summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTheFeelTrain2024-01-15 14:54:37 -0800
committerTheFeelTrain2024-01-15 14:54:37 -0800
commitab69958641403e055e366a7c7899832be5917ad3 (patch)
treedd5189e02766bb327d083de2fd2b19ab20786b14 /PKGBUILD
parent51d56820923e3474c7049bbaf2a812f1c87a6f19 (diff)
downloadaur-league-rpc-linux-git.tar.gz
Move necessary makedepends to depends
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')