summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 725fc0364387..1c660ad3d902 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = idevicerestore-git
depends = libzip
depends = openssl
depends = curl
- source = git+https://git.libimobiledevice.org/idevicerestore.git
+ source = git+https://github.com/libimobiledevice/idevicerestore
source = 0001-configure.ac-check-for-pthreads.patch
sha256sums = SKIP
sha256sums = c259a9f977de42fbfde75ad0c9a4d813b7d39bf217ee416902409403cd6d7931
diff --git a/PKGBUILD b/PKGBUILD
index 3590710b2a57..eb3a2f053aa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="http://www.libimobiledevice.org"
license=('LGPL3')
depends=('libirecovery-git' 'libimobiledevice-git' 'libzip' 'openssl' 'curl')
makedepends=('git')
-source=("git+https://git.libimobiledevice.org/idevicerestore.git"
+source=("git+https://github.com/libimobiledevice/idevicerestore"
"0001-configure.ac-check-for-pthreads.patch")
sha256sums=('SKIP'
'c259a9f977de42fbfde75ad0c9a4d813b7d39bf217ee416902409403cd6d7931')