summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')