summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorideal2019-01-11 10:32:26 +0800
committerideal2019-01-11 10:32:26 +0800
commit7e3b3e532e5b59b500b593484ed0bab9b1336138 (patch)
treef5af6528504a280b382bdcd33ca42d23f20110d9
parent26c9b294a24a204da600a1db8aed4f102dbf29c9 (diff)
downloadaur-7e3b3e532e5b59b500b593484ed0bab9b1336138.tar.gz
change gitroot to https url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25dd68fbe49a..c05279eac93f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = systemtap-git
optdepends = sqlite
provides = systemtap=4.0
conflicts = systemtap
- source = git+git://sourceware.org/git/systemtap.git
+ source = git+https://sourceware.org/git/systemtap.git
source = remove-install-exec-hook.patch
md5sums = SKIP
md5sums = 6db56245ab316134c9a487e16ea52084
diff --git a/PKGBUILD b/PKGBUILD
index 4ae9c8229dbc..933091223784 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Shang Yuanchun <idealities@gmail.com>
pkgname=systemtap-git
-pkgver=4.0.84.g68bd23fd0
+pkgver=4.0.86.g3a29a2eef
pkgrel=1
pkgdesc="provides infrastructure to simplify the gathering of information about the running Linux system."
url="http://sourceware.org/systemtap/"
@@ -13,7 +13,7 @@ makedepends=('git' 'python-setuptools' 'xmlto' 'cpio')
optdepends=('sqlite')
provides=(systemtap=4.0)
conflicts=(systemtap)
-_gitroot=git://sourceware.org/git/systemtap.git
+_gitroot=https://sourceware.org/git/systemtap.git
_gitname=systemtap
source=("git+$_gitroot"
remove-install-exec-hook.patch)