summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2017-01-10 02:46:02 +0300
committerIvan Shapovalov2017-01-10 02:46:02 +0300
commitd9d8c1520a0688d60d5a9cdcd398bc20130e24be (patch)
treefd116f07bfee0b2a24101574b4e37857ca83665f
parent6588c58f8a556ab3a9522472d49bc8c70611ec9c (diff)
downloadaur-d9d8c1520a0688d60d5a9cdcd398bc20130e24be.tar.gz
Update clone URL.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dae3eecdc6cb..b1a1eab500f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Mar 26 14:25:05 UTC 2016
+# Mon Jan 9 23:45:55 UTC 2017
pkgbase = libimobiledevice-git
pkgdesc = libimobiledevice is a software library that talks the protocols to support iPhone and iPod Touch devices on Linux
- pkgver = 1.2.0.r13.gdf1f5c4
- pkgrel = 2
+ pkgver = 1.2.0.r51.gb78a42e
+ pkgrel = 1
epoch = 1
url = http://www.libimobiledevice.org/
arch = i686
@@ -22,7 +22,7 @@ pkgbase = libimobiledevice-git
conflicts = libiphone-git
conflicts = libiphone
conflicts = libimobiledevice
- source = git://git.sukimashita.com/libimobiledevice.git
+ source = git+https://git.libimobiledevice.org/libimobiledevice.git
sha512sums = SKIP
pkgname = libimobiledevice-git
diff --git a/PKGBUILD b/PKGBUILD
index 1cae0c228700..0c5bdf9c6987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=libimobiledevice-git
epoch=1
-pkgver=1.2.0.r13.gdf1f5c4
-pkgrel=2
+pkgver=1.2.0.r51.gb78a42e
+pkgrel=1
pkgdesc="libimobiledevice is a software library that talks the protocols to support iPhone and iPod Touch devices on Linux"
url="http://www.libimobiledevice.org/"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('git')
provides=('libiphone-git' 'libiphone' 'libimobiledevice')
conflicts=('libiphone-git' 'libiphone' 'libimobiledevice')
-source=("git://git.sukimashita.com/libimobiledevice.git")
+source=("git+https://git.libimobiledevice.org/libimobiledevice.git")
sha512sums=('SKIP')
pkgver() {
@@ -26,7 +26,7 @@ pkgver() {
prepare() {
cd libimobiledevice
- find . -type f -exec sed -re 's|SSLv3_method\(|SSLv23_method\(|g' -i {} \;
+# find . -type f -exec sed -re 's|SSLv3_method\(|SSLv23_method\(|g' -i {} \;
}
build() {