summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12018-08-27 23:46:21 +0800
committerChocobo12018-08-27 23:46:21 +0800
commit8b1513223f8e3b2eb5a0bed471aaf9981ff896b9 (patch)
tree45952220153e2aec9a39b623cbf98e8fe3074a80
parentb3bd85b9c0fa2dfeab2e78ebe83fd922fc40a2b1 (diff)
downloadaur-8b1513223f8e3b2eb5a0bed471aaf9981ff896b9.tar.gz
Use https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b27b90c5bfa7..bc6fc000e75d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = pciutils-git
pkgdesc = Programs for inspecting and manipulating configuration of PCI devices
pkgver = 3.5.6.r1.ge4d209f
pkgrel = 1
- url = http://mj.ucw.cz/sw/pciutils/
+ url = https://mj.ucw.cz/sw/pciutils/
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 219d2e854a40..071ae8b2a4d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=3.5.6.r1.ge4d209f
pkgrel=1
pkgdesc="Programs for inspecting and manipulating configuration of PCI devices"
arch=('i686' 'x86_64')
-url="http://mj.ucw.cz/sw/pciutils/"
+url="https://mj.ucw.cz/sw/pciutils/"
license=('GPL2')
depends=('glibc' 'sh' 'hwids' 'kmod')
makedepends=('git')