git » libserialport.git » commit 7aa88ab

use https instead of http

author Filipe Laíns
2019-02-13 18:48:22 UTC
committer Filipe Laíns
2019-02-13 18:48:22 UTC
parent 42c33cd9d2079037f3d6f082214662240f036de6

use https instead of http

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 3ffbc74..545aaf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.1.1
 pkgrel=3
 pkgdesc='A minimal library that provides OS abstraction when interfacing serial ports'
 arch=('x86_64')
-url='http://sigrok.org/wiki/Libserialport'
+url='https://sigrok.org/wiki/Libserialport'
 license=('GPL3')
 depends=('glibc')
 source=("https://sigrok.org/download/source/libserialport/libserialport-$pkgver.tar.gz")