summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobosky2019-03-15 21:28:58 +0800
committerrobosky2019-03-15 21:28:58 +0800
commitd34d31e52986d8075747e149388c59b8eb5993ac (patch)
tree1766a2444e0a6d53a1f251232e4c0354b38740b9
parenteb6dbd37cd523887997d07561fa99c4325de440f (diff)
downloadaur-d34d31e52986d8075747e149388c59b8eb5993ac.tar.gz
Replace sha256sums with md5sums so that I could update it without download opengapps
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbdebca2498c..7c79902d6cc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anbox-image-gapps
pkgdesc = Android image for running in Anbox, with Opengapps and houdini
pkgver = 2018.07.19
- pkgrel = 3
+ pkgrel = 5
url = https://anbox.io
arch = x86_64
license = custom
@@ -16,13 +16,13 @@ pkgbase = anbox-image-gapps
noextract = houdini.sfs
noextract = libhoudini.so
source = http://build.anbox.io/android-images/2018/07/19/android_amd64.img
- source = https://github.com/opengapps/x86_64/releases/download/20190227/open_gapps-x86_64-7.1-mini-20190227.zip
+ source = https://github.com/opengapps/x86_64/releases/download/20190315/open_gapps-x86_64-7.1-mini-20190315.zip
source = http://dl.android-x86.org/houdini/7_y/houdini.sfs
source = https://github.com/Rprop/libhoudini/raw/master/4.0.8.45720/system/lib/libhoudini.so
- sha256sums = 6b04cd33d157814deaf92dccf8a23da4dc00b05ca6ce982a03830381896a8cca
- sha256sums = f2f6db7d174c5c17293f1e4399d4b0174940bf1e1cdec10b2fd0cb0707f42747
- sha256sums = 56fd08c448840578386a71819c07139122f0af39f011059ce728ea0f3c60b665
- sha256sums = 2d15d126e46ea933a92fcc6dd30ad2c93d063af322fc1ba84aaa4f3e75d84e68
+ md5sums = ce5cbb4dbdf8bdcec72eb6649889f2bf
+ md5sums = cb1e141c14b43a305d9edfd5bbef408b
+ md5sums = 7ebf618b1af94a02322d9f2d2610090b
+ md5sums = 205ef556ceb5f3dbcb9c309773a47fc9
pkgname = anbox-image-gapps
diff --git a/PKGBUILD b/PKGBUILD
index ac27866a9845..09ddf9ee3e33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=anbox-image-gapps
pkgver=2018.07.19
-_gappsver=20190227
-pkgrel=3
+_gappsver=20190315
+pkgrel=5
pkgdesc="Android image for running in Anbox, with Opengapps and houdini"
arch=('x86_64')
url="https://anbox.io"
@@ -17,11 +17,10 @@ source+=("https://github.com/opengapps/x86_64/releases/download/${_gappsver}/ope
source+=("http://dl.android-x86.org/houdini/7_y/houdini.sfs")
# libhoudini
source+=("https://github.com/Rprop/libhoudini/raw/master/4.0.8.45720/system/lib/libhoudini.so")
-
-sha256sums=('6b04cd33d157814deaf92dccf8a23da4dc00b05ca6ce982a03830381896a8cca'
- 'f2f6db7d174c5c17293f1e4399d4b0174940bf1e1cdec10b2fd0cb0707f42747'
- '56fd08c448840578386a71819c07139122f0af39f011059ce728ea0f3c60b665'
- '2d15d126e46ea933a92fcc6dd30ad2c93d063af322fc1ba84aaa4f3e75d84e68')
+md5sums=('ce5cbb4dbdf8bdcec72eb6649889f2bf'
+ 'cb1e141c14b43a305d9edfd5bbef408b'
+ '7ebf618b1af94a02322d9f2d2610090b'
+ '205ef556ceb5f3dbcb9c309773a47fc9')
noextract=('android_amd64.img'
'open_gapps-x86_64-7.1-mini-20190203.zip'
'houdini.sfs'