summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheFeelTrain2024-01-15 14:54:37 -0800
committerTheFeelTrain2024-01-15 14:54:37 -0800
commitab69958641403e055e366a7c7899832be5917ad3 (patch)
treedd5189e02766bb327d083de2fd2b19ab20786b14
parent51d56820923e3474c7049bbaf2a812f1c87a6f19 (diff)
downloadaur-league-rpc-linux-git.tar.gz
Move necessary makedepends to depends
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD3
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f5b73a328b3..2fb3eb58c659 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,11 +9,11 @@ pkgbase = league-rpc-linux-git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
- makedepends = python-pypresence
- makedepends = python-psutil
- makedepends = python-requests
- makedepends = python-nest-asyncio
- makedepends = python-lcu-driver
+ depends = python-pypresence
+ depends = python-psutil
+ depends = python-requests
+ depends = python-nest-asyncio
+ depends = python-lcu-driver
provides = league-rpc-linux
conflicts = league-rpc-linux
source = league-rpc-linux::git+https://github.com/Its-Haze/league-rpc-linux.git
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')