summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2020-03-29 18:55:38 +0800
committerJack Chen2020-03-29 18:56:10 +0800
commit2758632a5ee87c132176845d934cf13b8dc4d761 (patch)
treeeaf8c5437469ff7e78444a1305995bfb3597f066
parentdf309a662c3c96701be6a677b535d85c68de48e3 (diff)
downloadaur-2758632a5ee87c132176845d934cf13b8dc4d761.tar.gz
use https url link for android_amd64.img
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 254be51a84bc..3af11dadceb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = anbox-image-houdini
makedepends = squashfs-tools
provides = anbox-image
conflicts = anbox-image
- source = http://build.anbox.io/android-images/2018/07/19/android_amd64.img
+ source = https://build.anbox.io/android-images/2018/07/19/android_amd64.img
source = houdini_y.sfs::http://dl.android-x86.org/houdini/7_y/houdini.sfs
source = houdini_z.sfs::http://dl.android-x86.org/houdini/7_z/houdini.sfs
source = media_codecs.xml
diff --git a/PKGBUILD b/PKGBUILD
index 1683fa0654bc..e7112faa91ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ conflicts=(
'anbox-image'
)
source=(
- "http://build.anbox.io/android-images/${pkgver//./\/}/android_amd64.img"
+ "https://build.anbox.io/android-images/${pkgver//./\/}/android_amd64.img"
"houdini_y.sfs::http://dl.android-x86.org/houdini/7_y/houdini.sfs"
"houdini_z.sfs::http://dl.android-x86.org/houdini/7_z/houdini.sfs"
"media_codecs.xml"