summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKévin Le Torc'h2021-08-04 20:01:19 +0200
committerKévin Le Torc'h2021-08-04 20:01:19 +0200
commit3716743dafcc36277e3f2d8169cd6f365ddc6250 (patch)
tree405684b24c748e34ddf1a88941bdb997fefb7e01
parent67b70b93ece6d7413c7ac442b47d8308601d6a97 (diff)
downloadaur-3716743dafcc36277e3f2d8169cd6f365ddc6250.tar.gz
Update dependencies
-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