summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-04-02 23:35:50 +0200
committerhaawda2022-04-02 23:35:50 +0200
commit3682ba494a79cf9a160a60b7575a2f9278b84d03 (patch)
treec1b6adb7b2d6eed5b5aaa64c29f82f86534c97aa
parentc85c588772ac5e3a15918e0edb4918a1ae252188 (diff)
downloadaur-3682ba494a79cf9a160a60b7575a2f9278b84d03.tar.gz
use https in git-Url
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11ba679a1bcc..69b1d1bb10d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Sep 12 20:00:22 UTC 2017
pkgbase = systemd-bootchart-git
pkgdesc = Boot performance graphing tool
- pkgver = r49.fe1c5e4
+ pkgver = r54.ef042f6
pkgrel = 1
url = https://github.com/systemd/systemd-bootchart
arch = i686
@@ -15,8 +13,7 @@ pkgbase = systemd-bootchart-git
conflicts = systemd-bootchart
conflicts = systemd<=229
backup = etc/systemd/bootchart.conf
- source = git://github.com/systemd/systemd-bootchart
+ source = git+https://github.com/systemd/systemd-bootchart
md5sums = SKIP
pkgname = systemd-bootchart-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f382a67094fb..f5b4ac84f2c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=systemd-bootchart-git
-pkgver=r49.fe1c5e4
+pkgver=r54.ef042f6
pkgrel=1
pkgdesc="Boot performance graphing tool"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('libsystemd.so')
makedepends=('git' 'intltool')
provides=('systemd-bootchart')
conflicts=('systemd-bootchart' 'systemd<=229')
-source=("git://github.com/systemd/systemd-bootchart")
+source=("git+https://github.com/systemd/systemd-bootchart")
md5sums=('SKIP')
backup=('etc/systemd/bootchart.conf')