summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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 )