diff options
author | haxibami | 2024-10-04 10:56:21 +0900 |
---|---|---|
committer | haxibami | 2024-10-04 10:56:21 +0900 |
commit | ea53d3724464c050333af439e7a18c83ade6a9a3 (patch) | |
tree | 35b879af0a9dacb2b4f8343956b11ccf871f4f6c | |
parent | 73e975af713a10b7bd735a473f3ad2ce619c4872 (diff) | |
download | aur-ea53d3724464c050333af439e7a18c83ade6a9a3.tar.gz |
4.13.26
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-pymobiledevice3 pkgdesc = Pure python3 implementation for working with iDevices - pkgver = 4.13.21 + pkgver = 4.13.26 pkgrel = 1 url = https://github.com/doronz88/pymobiledevice3 arch = any @@ -58,7 +58,7 @@ pkgbase = python-pymobiledevice3 depends = python-prompt_toolkit depends = python-sslpsk-pmd3 depends = python-python-pcapng - source = python-pymobiledevice3-4.13.21.tar.gz::https://github.com/doronz88/pymobiledevice3/archive/refs/tags/v4.13.21.tar.gz - sha256sums = fd7845ca20f02be2f90ad37c90a9edd3843623714b1fed80f3ae191621ebd34d + source = python-pymobiledevice3-4.13.26.tar.gz::https://github.com/doronz88/pymobiledevice3/archive/refs/tags/v4.13.26.tar.gz + sha256sums = e770343f12d0417e98aefb8f1ae3103fa447d98c677f5db1df865e01e3a894b1 pkgname = python-pymobiledevice3 @@ -2,7 +2,7 @@ pkgname=python-pymobiledevice3 _pkgname=pymobiledevice3 -pkgver=4.13.21 +pkgver=4.13.26 pkgrel=1 pkgdesc='Pure python3 implementation for working with iDevices' arch=('any') @@ -23,7 +23,7 @@ depends=( makedepends=('python-build' 'python-wheel' 'python-installer' 'python-setuptools' 'python-setuptools-scm') checkdepends=('python-pytest' 'python-pytest-asyncio') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") -sha256sums=('fd7845ca20f02be2f90ad37c90a9edd3843623714b1fed80f3ae191621ebd34d') +sha256sums=('e770343f12d0417e98aefb8f1ae3103fa447d98c677f5db1df865e01e3a894b1') build() { cd "${srcdir}/${_pkgname}-${pkgver}" |