summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaxibami2024-09-17 11:21:01 +0900
committerhaxibami2024-09-17 11:21:01 +0900
commit8f9abe22c9bc21a2f459c2b2a399f7f277ae3b38 (patch)
treeb807fe6b1d2b7778a3d3fb472d7dbeda6c166bde
parent6035f5690c6c0741000801a2c28208aefdfa53e9 (diff)
downloadaur-8f9abe22c9bc21a2f459c2b2a399f7f277ae3b38.tar.gz
4.13.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36d2525d358a..002361fc1f2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pymobiledevice3
pkgdesc = Pure python3 implementation for working with iDevices
- pkgver = 4.13.14
+ pkgver = 4.13.16
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.14.tar.gz::https://github.com/doronz88/pymobiledevice3/archive/refs/tags/v4.13.14.tar.gz
- sha256sums = fa71ccead21a046c22c84d7e53ec9e0ac3ca42f2036d46139b469f4cdb8f5605
+ source = python-pymobiledevice3-4.13.16.tar.gz::https://github.com/doronz88/pymobiledevice3/archive/refs/tags/v4.13.16.tar.gz
+ sha256sums = 4f7d8d5d8ae03362a8fb95e71b29aa7061059dfbb2436e7a68bc5e8756aebf0d
pkgname = python-pymobiledevice3
diff --git a/PKGBUILD b/PKGBUILD
index 6c192dffa3de..38b3fe7f6d62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pymobiledevice3
_pkgname=pymobiledevice3
-pkgver=4.13.14
+pkgver=4.13.16
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=('fa71ccead21a046c22c84d7e53ec9e0ac3ca42f2036d46139b469f4cdb8f5605')
+sha256sums=('4f7d8d5d8ae03362a8fb95e71b29aa7061059dfbb2436e7a68bc5e8756aebf0d')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"