summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaxibami2024-10-04 10:56:21 +0900
committerhaxibami2024-10-04 10:56:21 +0900
commitea53d3724464c050333af439e7a18c83ade6a9a3 (patch)
tree35b879af0a9dacb2b4f8343956b11ccf871f4f6c
parent73e975af713a10b7bd735a473f3ad2ce619c4872 (diff)
downloadaur-ea53d3724464c050333af439e7a18c83ade6a9a3.tar.gz
4.13.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f5e564718a9..4e3c98ab189f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 25266dd1c55d..1ab6958a6334 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"