summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Bruckner2021-11-26 10:17:21 +0100
committerMax Bruckner2021-11-26 10:17:21 +0100
commit91a971f3df2839c1a6d3486c84df6fb140e93a0e (patch)
treee2fa420212f6064275fd8a7b4e373b28e01d3894
parentfbf334bb70dd80ee1d4f4bd8c99ddcfdfa911889 (diff)
downloadaur-lampe.tar.gz
lampe-1.1.10-3
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e39b1bb36149..2d5589d4db23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Wed Mar 21 17:07:35 UTC 2018
pkgbase = lampe
- pkgdesc = GTK application and interactive bash-script to control your Philips Hue lights.
+ pkgdesc = control for your Philips Hue lights from Terminal or Gnome
pkgver = 1.1.10
- pkgrel = 2
- url = https://github.com/poinck/lampe
+ pkgrel = 3
+ url = https://gitlab.com/poinck/lampe
arch = x86_64
arch = i686
license = custom
@@ -20,8 +18,7 @@ pkgbase = lampe
depends = lampe-bash
optdepends = redshift
conflicts = lampe-bash<1.1.8-3
- 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
-
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 )