summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKévin Le Torc'h2021-07-17 01:07:49 +0200
committerKévin Le Torc'h2021-07-17 01:07:49 +0200
commit67b70b93ece6d7413c7ac442b47d8308601d6a97 (patch)
treefb8f9e4e0fe347bf8010efd8fec5782d7be5ec0a /PKGBUILD
parent005eb38cdd3e792379de4e4faae3e71423111f2d (diff)
downloadaur-67b70b93ece6d7413c7ac442b47d8308601d6a97.tar.gz
Add pypresence dependency
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ab317021783..ea9e742d7aaa 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/MrPotatoBobx/fetchcord"
license=('MIT')
depends=('python')
provides=('fetchcord')
-depends=('neofetch' 'python-psutil' 'python-setuptools')
+depends=('neofetch' 'python-psutil' 'python-setuptools' 'python-pypresence')
source=("fetchcord::git+$url#branch=testing")
sha256sums=('SKIP')
install=fetchcord.install