summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2014-11-24 01:20:21 +0300
committerIvan Shapovalov2014-11-24 01:20:21 +0300
commit1064953fe69c273248f6fd7b7bbbd73b6214d85d (patch)
tree08f2484efa68867763990ea672b57d8e691e78d4
parent8b5daed3bfbb33fe86894ac3e392fadc6c6914da (diff)
downloadaur-1064953fe69c273248f6fd7b7bbbd73b6214d85d.tar.gz
Automated: update to 1:1.1.0.587.ge229e28-2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e6af8a94ab7..1619ccaac233 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libimobiledevice-git
pkgdesc = libimobiledevice is a software library that talks the protocols to support iPhone and iPod Touch devices on Linux
- pkgver = 1.1.0.427.g8837cf3
- pkgrel = 1
+ pkgver = 1.1.0.587.ge229e28
+ pkgrel = 2
epoch = 1
url = http://www.libimobiledevice.org/
arch = i686
@@ -9,12 +9,11 @@ pkgbase = libimobiledevice-git
license = GPL2
license = LGPL2.1
makedepends = git
- makedepends = swig
depends = gnutls
depends = libgcrypt
depends = glib2
depends = libplist-git
- depends = usbmuxd-git
+ depends = libusbmuxd-git
provides = libiphone-git
provides = libiphone
provides = libimobiledevice
diff --git a/PKGBUILD b/PKGBUILD
index c64692b68a08..ae9a4b78a6e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: Alex Brinister <alex_brinister at yahoo dot com>
-# Contributor: Ivan Shapovalov <intelfx100@gmail.com>
+# Maintainer: Ivan Shapovalov <intelfx100@gmail.com>
+# Contributor: Alex Brinister <alex_brinister at yahoo dot com>
pkgname=libimobiledevice-git
epoch=1
-pkgver=1.1.0.427.g8837cf3
-pkgrel=1
+pkgver=1.1.0.587.ge229e28
+pkgrel=2
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')
license=('GPL2' 'LGPL2.1')
-depends=('gnutls' 'libgcrypt' 'glib2' 'libplist-git' 'usbmuxd-git')
-makedepends=('git' 'swig')
+depends=('gnutls' 'libgcrypt' 'glib2' 'libplist-git' 'libusbmuxd-git')
+makedepends=('git')
provides=('libiphone-git' 'libiphone' 'libimobiledevice')
conflicts=('libiphone-git' 'libiphone' 'libimobiledevice')
options=('libtool')