summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-09-13 17:11:27 +0800
committerChocobo12020-09-13 17:11:27 +0800
commitb19acdf663eae6fc86a7f8b553d395d161a10b4c (patch)
tree37f193bef9a195329b155d962ec8791c6c512980
parent69b85ab7a444e51959cc19c9760fc4aa0927f6eb (diff)
downloadaur-b19acdf663eae6fc86a7f8b553d395d161a10b4c.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 a6c6ceb971ab..eac4d97d2b3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = jansson-git
pkgdesc = C library for encoding, decoding and manipulating JSON data
pkgver = 2.12.r3.gb333f36
pkgrel = 1
- url = http://www.digip.org/jansson/
+ url = https://digip.org/jansson/
arch = i686
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index d7895ca806b0..4e5326e8fd71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=2.12.r3.gb333f36
pkgrel=1
pkgdesc="C library for encoding, decoding and manipulating JSON data"
arch=('i686' 'x86_64')
-url="http://www.digip.org/jansson/"
+url="https://digip.org/jansson/"
license=('MIT')
depends=('glibc')
makedepends=('git')