summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Jeffery2024-02-23 13:59:57 +0000
committerHarry Jeffery2024-02-23 14:01:27 +0000
commitb12d74617265844e39bc4c790b7cbac29b995c85 (patch)
tree07bec41a4a5d0ccd81d1226ed48dd981931ec524
parentff4fd625b3bd81ab55c4fa29d64d8f0ce9747df9 (diff)
downloadaur-qt-inspector-git.tar.gz
Update sources protocol
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24c946143b5e..5e1b37a82ca3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt-inspector-git
pkgdesc = A tool to visualize tree of widgets in a Qt application
- pkgver = r64.b16fb85
+ pkgver = r70.0e538d3
pkgrel = 1
url = https://github.com/robertknight/Qt-Inspector
arch = i686
@@ -10,8 +10,7 @@ pkgbase = qt-inspector-git
makedepends = cmake
depends = qt4>=4.5
depends = protobuf
- source = git://github.com/robertknight/Qt-Inspector
+ source = git+https://github.com/robertknight/Qt-Inspector
sha1sums = SKIP
pkgname = qt-inspector-git
-
diff --git a/PKGBUILD b/PKGBUILD
index dc7de2b2eb16..fea1012548e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Harry Jeffery <harry|@|exec64|.|co|.|uk>
+# Maintainer: Harry Jeffery <me@harry.pm>
# Contributor: Dan Vratil <vratil@progdansoft.com>
pkgname=qt-inspector-git
-pkgver=r64.b16fb85
+pkgver=r70.0e538d3
pkgrel=1
pkgdesc="A tool to visualize tree of widgets in a Qt application"
url="https://github.com/robertknight/Qt-Inspector"
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
license=('GPL3')
depends=('qt4>=4.5' 'protobuf')
makedepends=('git' 'cmake')
-source=("git://github.com/robertknight/Qt-Inspector")
+source=("git+https://github.com/robertknight/Qt-Inspector")
sha1sums=('SKIP')
pkgver() {