summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimPilotAdamT2022-04-19 23:00:51 +0100
committerSimPilotAdamT2022-04-19 23:00:51 +0100
commit79f5c785209b9a9db3bf6476cb55a75b1dae4479 (patch)
treeab0105177a85e0a25910b78ecf6a1f8b270e6cbe
parent49233feb44b3b70bc395a61ca5797fc7d0375a72 (diff)
downloadaur-79f5c785209b9a9db3bf6476cb55a75b1dae4479.tar.gz
de98dee
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3b3edf73f8a..33efbcf111b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = fetchcord-testing
pkgdesc = FetchCord grabs your OS info and displays it as Discord Rich Presence
- pkgver = 2.7.8
- pkgrel = 10
- url = https://github.com/MrPotatoBobx/fetchcord
+ pkgver = de98dee
+ pkgrel = 1
+ url = https://github.com/MrPotatoBobx/fetchcord/tree/testing/
install = fetchcord.install
arch = any
license = MIT
@@ -13,7 +13,7 @@ pkgbase = fetchcord-testing
depends = python-pypresence
optdepends = systemd: SystemD user service
provides = fetchcord
- source = fetchcord::git+https://github.com/MrPotatoBobx/fetchcord#branch=testing
+ source = fetchcord::git+https://github.com/MrPotatoBobx/fetchcord/tree/testing/#branch=testing
sha256sums = SKIP
pkgname = fetchcord-testing
diff --git a/PKGBUILD b/PKGBUILD
index 650eb6570fe0..60e0538931e4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Maintainer SimPilotAdamT <adam_tazul@outlook.com>
pkgname=fetchcord-testing
-pkgver=2.7.8
-pkgrel=10
+pkgver=de98dee
+pkgrel=1
pkgdesc="FetchCord grabs your OS info and displays it as Discord Rich Presence"
arch=('any')
-url="https://github.com/MrPotatoBobx/fetchcord"
+url="https://github.com/MrPotatoBobx/fetchcord/tree/testing/"
license=('MIT')
depends=('python' 'neofetch' 'python-psutil' 'python-setuptools' 'python-pypresence')
optdepends=('systemd: SystemD user service')