summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2018-04-12 14:00:42 +0800
committerpingplug2018-04-12 14:00:42 +0800
commit7ef88466a41a310699eaf29e5232fa64de5652b2 (patch)
tree875f694efb8acdd49421fe91fdc00b9667fd36cb
parent4d81c0b57d932d48cfd973502917f2bf334c83d4 (diff)
downloadaur-7ef88466a41a310699eaf29e5232fa64de5652b2.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 c947c26f5ce5..e048e72e210b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = vqmt-git
pkgdesc = Video Quality Measurement Tool which can compute PSNR, SSIM, MS-SSIM, VIFp, PSNR-HVS and PSNR-HVS-M metrics
pkgver = v1.1.22.g4e32135
pkgrel = 1
- url = http://mmspg.epfl.ch/vqmt
+ url = https://mmspg.epfl.ch/vqmt
arch = x86_64
arch = i686
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index cb62b1f5ea9e..c8c98a8270d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=v1.1.22.g4e32135
pkgrel=1
pkgdesc="Video Quality Measurement Tool which can compute PSNR, SSIM, MS-SSIM, VIFp, PSNR-HVS and PSNR-HVS-M metrics"
arch=('x86_64' 'i686')
-url="http://mmspg.epfl.ch/vqmt"
+url="https://mmspg.epfl.ch/vqmt"
license=('custom')
depends=('opencv')
makedepends=('git' 'cmake')