summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7207471dce24..e0e666b0cbcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = caffeine-ng-git
pkgdesc = Status bar application able to temporarily inhibit the screensaver and sleep mode.
pkgver = latest
pkgrel = 1
- url = https://github.com/hobarrera/caffeine-ng
+ url = https://gitlab.com/hobarrera/caffeine-ng
install = caffeine-ng-git.install
arch = any
license = GPL3
@@ -27,7 +27,7 @@ pkgbase = caffeine-ng-git
replaces = caffeine-systray
options = !emptydirs
options = !libtool
- source = git+https://git.barrera.io/hobarrera/caffeine-ng.git
+ source = git+https://gitlab.com/hobarrera/caffeine-ng.git
sha256sums = SKIP
pkgname = caffeine-ng-git
diff --git a/PKGBUILD b/PKGBUILD
index 8c4fb050cb2a..eb102f006d34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=latest
pkgrel=1
pkgdesc="Status bar application able to temporarily inhibit the screensaver and sleep mode."
arch=(any)
-url=https://github.com/hobarrera/caffeine-ng
+url="https://gitlab.com/hobarrera/caffeine-ng"
license=(GPL3)
depends=(python-gobject python-xdg python-dbus python-docopt python-ewmh gtk3
libnotify python-setproctitle)
@@ -16,7 +16,7 @@ provides=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)
replaces=(caffeine-oneclick caffeine-systray)
options=(!emptydirs !libtool)
install=$pkgname.install
-source=("git+https://git.barrera.io/hobarrera/caffeine-ng.git")
+source=("git+https://gitlab.com/hobarrera/$_pkgname.git")
sha256sums=('SKIP')
pkgver() {