summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimPilotAdamT2022-04-09 12:13:24 +0100
committerSimPilotAdamT2022-04-09 12:13:24 +0100
commitbb36ae25a1d881af3867d25e9bcb3a256ada25a6 (patch)
tree2e9d9c6b375f39d271451485ff1c9906d2d01d1d
parent49001aae8ec0c7a2ac08f797d2c64f0e22849161 (diff)
downloadaur-bb36ae25a1d881af3867d25e9bcb3a256ada25a6.tar.gz
2.7.8-2
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD13
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99b5671fabab..945289945421 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fetchcord-testing
pkgdesc = FetchCord grabs your OS info and displays it as Discord Rich Presence
pkgver = 2.7.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MrPotatoBobx/fetchcord
install = fetchcord.install
arch = any
@@ -9,6 +9,8 @@ pkgbase = fetchcord-testing
depends = neofetch
depends = python-psutil
depends = python-setuptools
+ depends = python-pypresence
+ optdepends = systemd: SystemD user service
provides = fetchcord
source = fetchcord::git+https://github.com/MrPotatoBobx/fetchcord#branch=testing
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 01f4e5146a1f..5cdd7cb0d2c1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,23 @@
pkgname=fetchcord-testing
pkgver=2.7.8
-pkgrel=1
+pkgrel=2
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')
+optdepends=('systemd: SystemD user service')
provides=('fetchcord')
-depends=('neofetch' 'python-psutil' 'python-setuptools')
+depends=('neofetch' 'python-psutil' 'python-setuptools' 'python-pypresence')
source=("fetchcord::git+$url#branch=testing")
sha256sums=('SKIP')
install=fetchcord.install
-pkgver() {
- cd "$srcdir/fetchcord"
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
+#pkgver() {
+# cd "$srcdir/fetchcord"
+# printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+#}
build() {
cd "$srcdir/fetchcord"