summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorideal2019-01-25 23:45:39 +0800
committerideal2019-01-25 23:45:39 +0800
commitc19e57ac4205142e767e9a8064878c6dcb74dfdb (patch)
treec2cca1c50df2c65954cda15c4972d3c509aa0536
parentb1016a33ad58b4f7be889eb5b59527cfdd362198 (diff)
downloadaur-c19e57ac4205142e767e9a8064878c6dcb74dfdb.tar.gz
change url to https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79b1ae56113b..36ea70db442e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = systemtap-git
pkgdesc = provides infrastructure to simplify the gathering of information about the running Linux system.
pkgver = 4.0.86.g3a29a2eef
pkgrel = 1
- url = http://sourceware.org/systemtap/
+ url = https://sourceware.org/systemtap/
install = systemtap.install
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ecaa39d02e93..396cb94d9291 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=systemtap-git
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/"
+url="https://sourceware.org/systemtap/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('elfutils' 'nss' 'python' 'json-c' 'avahi' 'readline' 'nspr')