summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af941be243f4..c63cf00f93a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = fetchcord-testing
depends = neofetch
depends = python-psutil
depends = python-setuptools
- depends = python-pypresence
provides = fetchcord
source = fetchcord::git+https://github.com/MrPotatoBobx/fetchcord#branch=testing
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ea9e742d7aaa..6ab317021783 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' 'python-pypresence')
+depends=('neofetch' 'python-psutil' 'python-setuptools')
source=("fetchcord::git+$url#branch=testing")
sha256sums=('SKIP')
install=fetchcord.install