summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJack Chen2019-10-17 16:53:01 +0800
committerJack Chen2019-10-17 16:53:01 +0800
commit6756720ad96e450d6caa6b4378caa2b83e0dd9f5 (patch)
tree456d0dcfd354fd7cad4c402ceaecf30377a9faa6 /PKGBUILD
parent81fc1490dd919985975168e271dc8523cb9416d5 (diff)
downloadaur-6756720ad96e450d6caa6b4378caa2b83e0dd9f5.tar.gz
Revert "add supersu-pro.apk"
This reverts commit 81fc1490dd919985975168e271dc8523cb9416d5.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9322c3865b3..caa55253d33f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,14 +22,12 @@ source=(
'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'
'http://supersuroot.org/downloads/SuperSU-v2.82-201705271822.zip'
- 'http://supersuroot.org/downloads/supersu-pro.apk'
)
md5sums=(
'26874452a6521ec2e37400670d438e33'
'7ebf618b1af94a02322d9f2d2610090b'
'5ca37e1629edb7d13b18751b72dc98ad'
'8755c94775431f20bd8de368a2c7a179'
- '77d3c829ff46e155db40b0cf6c012f9b'
)
build () {
@@ -111,7 +109,7 @@ build () {
mkdir -p ./squashfs-root/system/app/SuperSU
chmod 755 ./squashfs-root/system/app/SuperSU
- install -Dm 644 ./supersu-pro.apk ./squashfs-root/system/app/SuperSU/Superuser.apk
+ install -Dm 644 ./common/Superuser.apk ./squashfs-root/system/app/SuperSU/Superuser.apk
rm ./squashfs-root/system/bin/app_process
ln -s /system/xbin/daemonsu ./squashfs-root/system/bin/app_process