summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2021-09-07 20:01:22 -0400
committerTony Lambiris2021-09-07 20:01:22 -0400
commit71a677336681a7650d887057a2600175a8e8166e (patch)
tree2f837ca30b1c33c7fd784a05ecfea300d6c30190
parent26b8bb2c4aceb3029714922d9876909aa61b9542 (diff)
downloadaur-71a677336681a7650d887057a2600175a8e8166e.tar.gz
Update repo
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99965ee32039..f889162fa142 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = gnome-shell-extension-bumblebee-status-git
pkgdesc = GNOME Shell extension that shows the status of the NVIDIA GPU
pkgver = r14.17cd4c1
- pkgrel = 1
- url = https://github.com/heatray/gnome-shell-extension-bumblebee-status
+ pkgrel = 2
+ url = https://github.com/dsboger/gnome-shell-extension-bumblebee-status
arch = any
license = GPL3
makedepends = git
depends = gnome-shell
depends = unzip
- source = gnome-shell-extension-bumblebee-status-git::git+https://github.com/heatray/gnome-shell-extension-bumblebee-status
+ source = gnome-shell-extension-bumblebee-status-git::git+https://github.com/dsboger/gnome-shell-extension-bumblebee-status
sha256sums = SKIP
pkgname = gnome-shell-extension-bumblebee-status-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 1d7231091916..39ede6ff9e19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=gnome-shell-extension-bumblebee-status-git
pkgver=r14.17cd4c1
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME Shell extension that shows the status of the NVIDIA GPU"
arch=('any')
-url="https://github.com/heatray/gnome-shell-extension-bumblebee-status"
+url="https://github.com/dsboger/gnome-shell-extension-bumblebee-status"
license=('GPL3')
depends=('gnome-shell' 'unzip')
makedepends=('git')