summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimPilotAdamT2022-04-09 12:20:04 +0100
committerSimPilotAdamT2022-04-09 12:20:04 +0100
commit4a34857c40d9f08a5e25d9d3f683eafe894d8991 (patch)
tree04e90395c97e3f652b0bb776d1d27d1aa6449a69
parent0035039b83353601090108dfd61a1115684b2f90 (diff)
downloadaur-4a34857c40d9f08a5e25d9d3f683eafe894d8991.tar.gz
2.7.8-3
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 945289945421..c2d03bf042d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = fetchcord-testing
pkgdesc = FetchCord grabs your OS info and displays it as Discord Rich Presence
pkgver = 2.7.8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/MrPotatoBobx/fetchcord
install = fetchcord.install
arch = any
license = MIT
+ depends = python
depends = neofetch
depends = python-psutil
depends = python-setuptools
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