summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordreieck2023-02-19 22:57:01 +0100
committerdreieck2023-02-19 22:57:01 +0100
commit1e1a3108c6fa9cccec70f3d67d4e7f8cc0c8b6a1 (patch)
tree98f779d05c222106cec04331fd8d331d233b4702 /PKGBUILD
parent9f6c28d938519b72f6a5a270287dd707ab9c6695 (diff)
downloadaur-anbox-image-houdini-magisk-xposed.tar.gz
Fixed source.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36c66ef6ece8..a2cccc6d9710 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Dreieck
+# Maintainer: dreieck (https://aur.archlinux.org/account/dreieck)
# Contributor: Xnopyt <billy@xnopyt.info>
# Contributor: Jack Chen <redchenjs at live dot com>
# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
@@ -6,7 +6,7 @@
pkgname=anbox-image-houdini-magisk-xposed
pkgver=2018.07.19
-pkgrel=1
+pkgrel=2
pkgdesc="Android image for running in Anbox, with Houdini, Xposed Framework and Magisk (Bootless)"
arch=('x86_64')
url="https://anbox.io"
@@ -17,7 +17,7 @@ provides=("anbox-image=${pkgver}")
conflicts=('anbox-image')
source=(
- "https://build.anbox.io/android-images/${pkgver//./\/}/android_amd64.img"
+ "https://web.archive.org/web/20210607055240if_/https://build.anbox.io/android-images/${pkgver//./\/}/android_amd64.img"
"https://github.com/redchenjs/aur-packages/releases/download/anbox-image/houdini_y.sfs"
"https://github.com/redchenjs/aur-packages/releases/download/anbox-image/houdini_z.sfs"
"https://github.com/topjohnwu/Magisk/releases/download/v20.4/Magisk-v20.4.zip"