summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriele Musco2018-09-28 10:22:57 +0200
committerGabriele Musco2018-09-28 10:22:57 +0200
commit5acdcacec52b1c36eecd66b688485b391a089c7b (patch)
tree7df53751bdcad6d99178b591e48dca921e7e284f
parent85bd7312427b5af7244c83f6f6c5942040a25f08 (diff)
downloadaur-5acdcacec52b1c36eecd66b688485b391a089c7b.tar.gz
updated to latest git version, migration to gitlab
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45013e84df24..52fc7386c465 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ardhue-git
pkgdesc = Interface to control ArdHue Arduino based digital RGB system
- pkgver = c7f02bb
+ pkgver = b1c6819
pkgrel = 1
- url = https://github.com/gabmus/ardhue
+ url = https://gitlab.com/gabmus/ardhue
arch = any
license = GPL3
makedepends = git
@@ -12,7 +12,7 @@ pkgbase = ardhue-git
depends = python
provides = ardhue
conflicts = ardhue
- source = ardhue::git+https://github.com/gabmus/ardhue
+ source = ardhue::git+https://gitlab.com/gabmus/ardhue
sha256sums = SKIP
pkgname = ardhue-git
diff --git a/PKGBUILD b/PKGBUILD
index 5016135af5a9..f1e07e15fa87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Upstream URL: https://github.com/gabmus/ardhue
pkgname=ardhue-git
-pkgver=c7f02bb
+pkgver=b1c6819
pkgrel=1
pkgdesc='Interface to control ArdHue Arduino based digital RGB system'
arch=('any')
-url='https://github.com/gabmus/ardhue'
+url='https://gitlab.com/gabmus/ardhue'
license=('GPL3')
depends=('python-pyserial' 'gtk3>=3.14' 'python')
makedepends=('git' 'meson')
provides=('ardhue')
conflicts=('ardhue')
-source=("ardhue::git+https://github.com/gabmus/ardhue")
+source=("ardhue::git+https://gitlab.com/gabmus/ardhue")
sha256sums=('SKIP')
pkgver() {