summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author0x9fff002020-06-21 00:07:22 +0200
committer0x9fff002020-06-21 00:07:22 +0200
commit419afe35eac48f14f62eb84da7c80f92a6b968a3 (patch)
tree875f50a05c682e11e3a8e06640fd2a560a5cdfff /PKGBUILD
parentbdbf95e757626465108ea16d2ce75eb3cf8f1b3e (diff)
downloadaur-419afe35eac48f14f62eb84da7c80f92a6b968a3.tar.gz
Update libirecovery, libplist and libusbmuxd names for 1.0.0/2.2.0/2.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 14 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13bc6650d70f..f91d978e907a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name=futurerestore
_forkname=$_name-s0uthwest
pkgname=$_forkname-git
pkgver=r248.08d0e00
-pkgrel=6
+pkgrel=7
pkgdesc="iOS upgrade and downgrade tool utilizing SHSH blobs - s0uthwest's fork - git version"
arch=('x86_64')
url="https://github.com/s0uthwest/$_name"
@@ -18,17 +18,23 @@ source=("git+$url.git"
'git+https://github.com/tihmstar/tsschecker.git'
'git+https://github.com/s0uthwest/idevicerestore.git'
'git+https://github.com/tihmstar/jssy.git'
+ "$_name-0001-Update-libplist-and-libirecovery-names-for-2.2.0-1.0.patch"
'img4tool-0001-Include-arpa-inet.h-header.patch'
'tsschecker-0001-Fix-incorrect-language-standard.patch'
- 'idevicerestore-0001-configure.ac-check-for-pthreads.patch')
+ 'tsschecker-0002-Update-libplist-and-libirecovery-names-for-2.2.0-1.0.patch'
+ 'idevicerestore-0001-configure.ac-check-for-pthreads.patch'
+ 'idevicerestore-0002-Update-libirecovery-libplist-and-libusbmuxd-names-fo.patch')
sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
+ '8fb94f7c55ffda3e0cae69ff66dbc833e95adcf2dd7fa046012801539539bcde'
'bd9c4dc74f56a26d9aef10938fe0fb58cdec268a80a04b217dd4a32c5b60db2d'
- '3fcde7558ae9f5ebfa930a2b02074251a6817e2a984c8d0e18113baa0ea708a5'
- '621e0e9bd2a31d8be8da59c051d2190a98be0f5c4cd5158225ffd4ff91d3ab1e')
+ 'cc9efff8b41be914b36955d15adca72447ea0ec68ec6fb4bec43bc0d67ca400c'
+ 'f85de30d45d2390e99d08932c4483632854947f18b8681013e9cd7729033a775'
+ '366065b2c1d80b6a22a0a3560e51bf30372311d390771ff105b1cf5b53fb7da0'
+ '95a44eef2daa9b996b027006e3f7b06eb0e47a51c40ff9fbb0271324c132a97d')
pkgver() {
cd "$_name"
@@ -45,6 +51,10 @@ prepare() {
git config submodule.external/idevicerestore.url "$srcdir/idevicerestore"
git submodule update
+ for p in "$srcdir"/$_name-*.patch; do
+ patch -Np1 -i "$p"
+ done
+
cd external/img4tool
for p in "$srcdir"/img4tool-*.patch; do
patch -Np1 -i "$p"