Skip to content

Commit e7ea135

Browse files
committed
main/libimobiledevice: update to 1.4.0
1 parent 3b5db36 commit e7ea135

4 files changed

Lines changed: 5 additions & 138 deletions

File tree

main/libimobiledevice/patches/cython3.patch

Lines changed: 0 additions & 70 deletions
This file was deleted.

main/libimobiledevice/patches/libplist-2.3.0.patch

Lines changed: 0 additions & 34 deletions
This file was deleted.

main/libimobiledevice/patches/python3.patch

Lines changed: 0 additions & 30 deletions
This file was deleted.

main/libimobiledevice/template.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgname = "libimobiledevice"
2-
pkgver = "1.3.0"
3-
pkgrel = 8
2+
pkgver = "1.4.0"
3+
pkgrel = 0
44
build_style = "gnu_configure"
55
configure_args = ["--disable-static"] # prevent building python binding .a
66
hostmakedepends = [
@@ -14,6 +14,7 @@
1414
makedepends = [
1515
"glib-devel",
1616
"libplist-devel",
17+
"libtatsu-devel",
1718
"libusb-devel",
1819
"libusbmuxd-devel",
1920
"openssl3-devel",
@@ -22,8 +23,8 @@
2223
pkgdesc = "Library to communicate with Apple devices"
2324
license = "LGPL-2.1-only"
2425
url = "https://libimobiledevice.org"
25-
source = f"https://github.com/libimobiledevice/libimobiledevice/archive/{pkgver}.tar.gz"
26-
sha256 = "acbfb73eabee162e64c0d9de207d71c0a5f47c40cd5ad32a5097f734328ce10a"
26+
source = f"https://github.com/libimobiledevice/libimobiledevice/releases/download/{pkgver}/libimobiledevice-{pkgver}.tar.bz2"
27+
sha256 = "23cc0077e221c7d991bd0eb02150a0d49199bcca1ddf059edccee9ffd914939d"
2728
options = ["!cross"]
2829

2930

0 commit comments

Comments
 (0)