makedeb
Library that talks the protocols to support iPhone and iPod Touch devices on Linux
Click here to go back to the commit logs for libimobiledevice-git.
Hash: 8f3e7dfcde3571c38ad6bb96904c9cccc4562f15
Message: fix some issues
diff --git a/.SRCINFO b/.SRCINFO
index 16dcf97..f1a00fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
pkgbase = libimobiledevice-git
pkgdesc = Library that talks the protocols to support iPhone and iPod Touch devices on Linux
- pkgver = 1.3.0.r62.g24abbb9
+ pkgver = 1.3.0.r73.gb3d35fb
pkgrel = 1
epoch = 1
url = http://www.libimobiledevice.org/
@@ -10,6 +10,12 @@ pkgbase = libimobiledevice-git
arch = x86_64
license = GPL2
license = LGPL2.1
+ makedepends = python
+ makedepends = cython3
+ makedepends = libplist-dev
+ makedepends = autoconf-archive
+ makedepends = git
+ makedepends = python-setuptools
depends = build-essential
depends = checkinstall
depends = git
diff --git a/PKGBUILD b/PKGBUILD
index 9c9e254..535f5f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Leo Puvilland <lpuvilla0001@mymail.lausd.net>
pkgname=libimobiledevice-git
epoch=1
-pkgver=1.3.0.r62.g24abbb9
+pkgver=1.3.0.r73.gb3d35fb
pkgrel=1
pkgdesc="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=('build-essential' 'checkinstall' 'git' 'autoconf' 'automake' 'libtool-bin' 'libplist-dev' 'libusbmuxd-dev' 'libssl-dev' 'usbmuxd' 'pkg-config')
-#makedepends=('python' 'cython' 'libplist-git' 'autoconf-archive'
-# 'git' 'python-setuptools')
+makedepends=('python' 'cython3' 'libplist-dev' 'autoconf-archive'
+ 'git' 'python-setuptools')
provides=('libiphone-git' 'libiphone' 'libimobiledevice')
conflicts=('libiphone-git' 'libiphone' 'libimobiledevice')
source=("git+https://github.com/libimobiledevice/libimobiledevice")