summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Van Assche2018-10-04 09:44:00 +0200
committerFrederic Van Assche2018-10-04 09:44:00 +0200
commitf6f830ce8505c0858860792d3d2677d98ae95bbf (patch)
tree4383460f6e228af394eaadb70df0436caf377c2a
parentf21f5eb1a8d657deaf0204a2aa34d9429d1c0ebb (diff)
downloadaur-f6f830ce8505c0858860792d3d2677d98ae95bbf.tar.gz
Update for new upstream repository
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b86a5f574fb8..273a0ff1940f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = dsremote-git
pkgdesc = Operate your Rigol oscilloscope from your Linux desktop.
pkgver = r226.a7eb6a1
pkgrel = 1
- url = https://github.com/Teuniz/DSRemote
+ url = https://gitlab.com/Teuniz/DSRemote
arch = any
license = GPL3
makedepends = git
depends = qt5-base
options = !strip
- source = git://github.com/Teuniz/DSRemote.git
+ source = git+https://gitlab.com/Teuniz/DSRemote.git
md5sums = SKIP
pkgname = dsremote-git
diff --git a/PKGBUILD b/PKGBUILD
index ac031d5210cd..689784730de7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ pkgver=r226.a7eb6a1
pkgrel=1
pkgdesc="Operate your Rigol oscilloscope from your Linux desktop."
arch=('any')
-url="https://github.com/Teuniz/DSRemote"
+url="https://gitlab.com/Teuniz/DSRemote"
license=('GPL3')
options=('!strip')
makedepends=('git')
depends=('qt5-base')
-source=("git://github.com/Teuniz/DSRemote.git")
+source=("git+https://gitlab.com/Teuniz/DSRemote.git")
md5sums=('SKIP')
pkgver() {