summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2024-04-03 17:38:00 +0300
committerIvan Shapovalov2024-04-03 17:38:00 +0300
commitd115b0b722e7f494ff6014b167916d188a5d2cb7 (patch)
tree4fe7e1bee69aa136c0aacdff34814d43837e1b59
parent0cb0db3b9bd6be78ab599d145fad039f1aa718cb (diff)
downloadaur-d115b0b722e7f494ff6014b167916d188a5d2cb7.tar.gz
Update makedeps: cython0 -> cython
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99ad74a67cc6..ee345ac59847 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libimobiledevice-git
pkgdesc = Library that talks the protocols to support iPhone and iPod Touch devices on Linux
- pkgver = 1.3.0.r190.g6fc41f5
+ pkgver = 1.3.0.r219.g3969bc9
pkgrel = 1
epoch = 1
url = http://www.libimobiledevice.org/
@@ -8,7 +8,7 @@ pkgbase = libimobiledevice-git
license = GPL2
license = LGPL2.1
makedepends = git
- makedepends = cython0
+ makedepends = cython
makedepends = python
depends = glibc
depends = libplist-git
@@ -17,7 +17,7 @@ pkgbase = libimobiledevice-git
depends = openssl
optdepends = python: for the Python bindings
provides = libimobiledevice-1.0.so
- provides = libimobiledevice=1.3.0.r190.g6fc41f5
+ provides = libimobiledevice=1.3.0.r219.g3969bc9
conflicts = libimobiledevice
source = git+https://github.com/libimobiledevice/libimobiledevice
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c972708bfb5d..54241a7c472b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
pkgname=libimobiledevice-git
epoch=1
-pkgver=1.3.0.r190.g6fc41f5
+pkgver=1.3.0.r219.g3969bc9
pkgrel=1
pkgdesc="Library that talks the protocols to support iPhone and iPod Touch devices on Linux"
url="http://www.libimobiledevice.org/"
arch=(x86_64)
license=(GPL2 LGPL2.1)
depends=('glibc' 'libplist-git' 'libusbmuxd-git' 'libimobiledevice-glue-git' 'openssl')
-makedepends=('git' 'cython0' 'python')
+makedepends=('git' 'cython' 'python')
optdepends=('python: for the Python bindings')
provides=(libimobiledevice-1.0.so "libimobiledevice=$pkgver")
conflicts=(libimobiledevice)