summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0644cb04be0..e0bdae46cfc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Sun Sep 3 21:41:55 UTC 2017
pkgbase = lampe-bash
pkgdesc = Interactive bash-script to control your Philips Hue lights.
pkgver = 1.1.10
- pkgrel = 3
- url = https://github.com/poinck/lampe
+ pkgrel = 4
+ url = https://gitlab.com/poinck/lampe/
arch = x86_64
arch = i686
license = custom
@@ -13,8 +11,7 @@ pkgbase = lampe-bash
depends = json-sh
optdepends = redshift
conflicts = lampe<1.1.8-2
- source = git+https://github.com/poinck/lampe#tag=1.1.10
+ source = git+https://gitlab.com/poinck/lampe.git#tag=1.1.10
md5sums = SKIP
pkgname = lampe-bash
-
diff --git a/PKGBUILD b/PKGBUILD
index aeb2e0436c9f..aaf91ea0b5aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Max Bruckner
pkgname=lampe-bash
pkgver=1.1.10
-pkgrel=3
+pkgrel=4
pkgdesc="Interactive bash-script to control your Philips Hue lights."
arch=("x86_64" "i686")
-url="https://github.com/poinck/lampe"
+url="https://gitlab.com/poinck/lampe/"
license=('custom')
depends=('curl' 'bc' 'json-sh')
optdepends=('redshift')
conflicts=('lampe<1.1.8-2')
-source=( "git+https://github.com/poinck/${pkgname/-bash/}#tag=$pkgver"
+source=( "git+https://gitlab.com/poinck/${pkgname/-bash/}.git#tag=$pkgver"
)
md5sums=( SKIP )