summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-11-10 19:59:01 -0500
committerVincent Grande2020-11-10 19:59:01 -0500
commit970c323361f82997a989cf628f14cca7a18c1fab (patch)
tree02aaf7baafe902ddd33eb6116dd50cb0d94806ae
parent786c224d259616bf4f3b209eac8ad2636d7d6fcc (diff)
downloadaur-970c323361f82997a989cf628f14cca7a18c1fab.tar.gz
use https for source link
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 852c8f03153f..e46729ddba37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -36,7 +36,7 @@ pkgbase = sdl2-minimal-hg
provides = sdl2
conflicts = sdl2
conflicts = sdl2-hg
- source = hg+http://hg.libsdl.org/SDL#branch=default
+ source = hg+https://hg.libsdl.org/SDL#branch=default
sha512sums = SKIP
pkgname = sdl2-minimal-hg
diff --git a/PKGBUILD b/PKGBUILD
index 075870e9ad6f..7c9c9a9e6e08 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ optdepends=('alsa-lib: ALSA audio driver'
'wayland-protocols: wayland support'
'hidapi: hidapi support'
'mesa: open source graphics support')
-source=("hg+http://hg.libsdl.org/SDL#branch=default")
+source=("hg+https://hg.libsdl.org/SDL#branch=default")
provides=(sdl2)
conflicts=(sdl2 sdl2-hg)
sha512sums=('SKIP')