summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2017-01-10 03:05:51 +0300
committerIvan Shapovalov2017-01-10 03:05:51 +0300
commitc3174fbd7f64b84118ffcca722eae8233b6df832 (patch)
tree730d832f318009719a4a56a8267262e50ea4cc5f
parentce689df20324704201a93006657098929e241e37 (diff)
downloadaur-c3174fbd7f64b84118ffcca722eae8233b6df832.tar.gz
Update clone URL, explicitly depend on libplist-git.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5677c1ecba8c..12d330a5835d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Jan 10 00:05:31 UTC 2017
pkgbase = idevicerestore-git
pkgdesc = Restore/upgrade firmware of iOS devices
- pkgver = r527.e2e83dc
+ pkgver = r546.cae1734
pkgrel = 1
epoch = 1
url = http://www.libimobiledevice.org
@@ -10,11 +12,12 @@ pkgbase = idevicerestore-git
makedepends = git
depends = libirecovery-git
depends = libimobiledevice-git
+ depends = libusbmuxd-git
depends = libplist-git
depends = libzip
depends = openssl
depends = curl
- source = git://git.sukimashita.com/idevicerestore.git
+ source = git+https://git.libimobiledevice.org/idevicerestore.git
source = 0001-configure.ac-check-for-pthreads.patch
sha256sums = SKIP
sha256sums = c259a9f977de42fbfde75ad0c9a4d813b7d39bf217ee416902409403cd6d7931
diff --git a/PKGBUILD b/PKGBUILD
index 3090ee2013cb..08605c1f953d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=idevicerestore-git
epoch=1
-pkgver=r527.e2e83dc
+pkgver=r546.cae1734
pkgrel=1
pkgdesc="Restore/upgrade firmware of iOS devices"
arch=('i686' 'x86_64')
url="http://www.libimobiledevice.org"
license=('LGPL3')
-depends=('libirecovery-git' 'libimobiledevice-git' 'libplist-git' 'libzip' 'openssl' 'curl')
+depends=('libirecovery-git' 'libimobiledevice-git' 'libusbmuxd-git' 'libplist-git' 'libzip' 'openssl' 'curl')
makedepends=('git')
-source=("git://git.sukimashita.com/idevicerestore.git"
+source=("git+https://git.libimobiledevice.org/idevicerestore.git"
"0001-configure.ac-check-for-pthreads.patch")
sha256sums=('SKIP'
'c259a9f977de42fbfde75ad0c9a4d813b7d39bf217ee416902409403cd6d7931')