summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84260175e9f6..b0d5c4e84903 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Tue Nov 6 21:10:50 UTC 2018
pkgbase = clazy-git
pkgdesc = Static C++ code checker
pkgver = r1747.cc2466f
@@ -17,7 +15,7 @@ pkgbase = clazy-git
optdepends = clazy-mkspec: to use clazy from qmake
provides = clazy
conflicts = clazy
- source = git://anongit.kde.org/clazy.git
+ source = git+https://invent.kde.org/sdk/clazy.git
sha256sums = SKIP
pkgname = clazy-git
diff --git a/PKGBUILD b/PKGBUILD
index 1e67b32b2eee..527b46e65fcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Albert Vaca Cintora <albertvaka@gmail.com>
pkgname=clazy-git
-pkgver=r1747.cc2466f
+pkgver=r2320.e77c6056
pkgrel=1
pkgdesc='Static C++ code checker'
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ optdepends=('clazy-mkspec: to use clazy from qmake')
makedepends=(git cmake make gcc)
provides=(clazy)
conflicts=(clazy)
-source=("git://anongit.kde.org/clazy.git")
+source=("git+https://invent.kde.org/sdk/clazy.git")
sha256sums=('SKIP')
pkgver() {