diff options
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 9 deletions
@@ -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 - @@ -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 ) |