summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKévin Le Torc'h2021-06-29 22:26:58 +0200
committerKévin Le Torc'h2021-06-29 22:26:58 +0200
commit005eb38cdd3e792379de4e4faae3e71423111f2d (patch)
treeaa441ea5bcfb83b1874bf058baf35e0d6cc2ef1c /PKGBUILD
parent14f8075e7166e1de15082fccf70ecfdc72259b38 (diff)
downloadaur-005eb38cdd3e792379de4e4faae3e71423111f2d.tar.gz
Fix pypresense build dependency
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01eeeb8aefe8..6ab317021783 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fetchcord-testing
pkgver=2.7.7
-pkgrel=2
+pkgrel=3
pkgdesc="FetchCord grabs your OS info and displays it as Discord Rich Presence"
arch=('any')
url="https://github.com/MrPotatoBobx/fetchcord"
license=('MIT')
depends=('python')
provides=('fetchcord')
-depends=('python-pypresence' 'neofetch' 'python-psutil' 'python-setuptools')
+depends=('neofetch' 'python-psutil' 'python-setuptools')
source=("fetchcord::git+$url#branch=testing")
sha256sums=('SKIP')
install=fetchcord.install