summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfdd8262e11c..d20eb4b1155d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Max Bruckner
pkgname=lampe
pkgver=1.1.10
-pkgrel=2
-pkgdesc="GTK application and interactive bash-script to control your Philips Hue lights."
+pkgrel=3
+pkgdesc="control for your Philips Hue lights from Terminal or Gnome"
arch=("x86_64" "i686")
-url="https://github.com/poinck/lampe"
+url="https://gitlab.com/poinck/lampe"
license=('custom')
depends=('curl' 'bc' 'zenity' 'json-sh' 'libsoup' 'gtk3' 'json-glib' 'lampe-bash')
optdepends=('redshift')
makedepends=('vala' 'git')
conflicts=('lampe-bash<1.1.8-3')
-source=( "git+https://github.com/poinck/${pkgname}#tag=$pkgver"
+source=( "git+https://gitlab.com/poinck/${pkgname}.git#tag=$pkgver"
)
md5sums=( SKIP )