Date: Friday, January 25, 2019 @ 06:57:08 Author: andyrtr Revision: 344720
use https url Modified: mtdev/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-25 06:56:30 UTC (rev 344719) +++ PKGBUILD 2019-01-25 06:57:08 UTC (rev 344720) @@ -6,7 +6,7 @@ pkgrel=2 pkgdesc="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol" arch=('x86_64') -url="http://bitmath.org/code/mtdev/" +url="https://bitmath.org/code/mtdev/" license=('custom:MIT') depends=('glibc') source=("$url$pkgname-$pkgver.tar.bz2")