summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimPilotAdamT2022-04-09 12:20:04 +0100
committerSimPilotAdamT2022-04-09 12:20:04 +0100
commit4a34857c40d9f08a5e25d9d3f683eafe894d8991 (patch)
tree04e90395c97e3f652b0bb776d1d27d1aa6449a69 /PKGBUILD
parent0035039b83353601090108dfd61a1115684b2f90 (diff)
downloadaur-4a34857c40d9f08a5e25d9d3f683eafe894d8991.tar.gz
2.7.8-3
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 394f89cd3d9c..b9b288b1f868 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,14 @@
pkgname=fetchcord-testing
pkgver=2.7.8
-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')
+depends=('python' 'neofetch' 'python-psutil' 'python-setuptools' 'python-pypresence')
optdepends=('systemd: SystemD user service')
provides=('fetchcord')
-depends=('neofetch' 'python-psutil' 'python-setuptools' 'python-pypresence')
source=("fetchcord::git+$url#branch=testing")
sha256sums=('SKIP')
install=fetchcord.install