diff options
author | haxibami | 2024-09-17 11:21:01 +0900 |
---|---|---|
committer | haxibami | 2024-09-17 11:21:01 +0900 |
commit | 8f9abe22c9bc21a2f459c2b2a399f7f277ae3b38 (patch) | |
tree | b807fe6b1d2b7778a3d3fb472d7dbeda6c166bde | |
parent | 6035f5690c6c0741000801a2c28208aefdfa53e9 (diff) | |
download | aur-8f9abe22c9bc21a2f459c2b2a399f7f277ae3b38.tar.gz |
4.13.16
-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.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 @@ -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}" |