summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45108037e3eb..e9b54f6fc371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@ pkgbase = pyfetch
pkgdesc = neofetch rewritten in python
pkgver = 2021.01.18
pkgrel = 1
- url = https://github.com/TheCynicalTeam/pyfetch
+ url = https://github.com/The-Repo-Club/pyfetch
arch = any
groups = therepoclub
license = CC BY-NC-SA 4.0
depends = gtk3
depends = python-gputil
depends = python-xlib
- source = pyfetch-2021.01.18.tar.gz::https://github.com/TheCynicalTeam/pyfetch/archive/2021.01.18.tar.gz
+ source = pyfetch-2021.01.18.tar.gz::https://github.com/The-Repo-Club/pyfetch/archive/2021.01.18.tar.gz
sha256sums = 34450741166cb4d011a4bccf3d7350315d3d54b0dde8660987c9b57f24b00f24
pkgname = pyfetch
diff --git a/PKGBUILD b/PKGBUILD
index 37173469defe..66a8d4a48a0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# Maintainer: TheCynicalTeam <TheCynicalTeam@github.com>
-# Contributor: TheCynicalTeam <TheCynicalTeam@github.com>
+# Maintainer: The-Repo-Club <The-Repo-Club@github.com>
+# Contributor: The-Repo-Club <The-Repo-Club@github.com>
pkgname=pyfetch
pkgver=2021.01.18
pkgrel=1
pkgdesc='neofetch rewritten in python'
arch=('any')
groups=('therepoclub')
-url="https://github.com/TheCynicalTeam/$pkgname"
+url="https://github.com/The-Repo-Club/$pkgname"
license=('CC BY-NC-SA 4.0')
depends=('gtk3' 'python-gputil' 'python-xlib')
source=("${pkgname}-$pkgver.tar.gz::${url}/archive/$pkgver.tar.gz")