summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaxibami2024-09-02 02:33:51 +0900
committerhaxibami2024-09-02 02:33:51 +0900
commit85f86e6b6e8cb98dccf271b2b82b8a4c4d541c2e (patch)
treefe0addee4cf658af15ffc189b2fed3827f4b9dc3
parent12036e3aad2402e018d2adb105287a5ac70fcbec (diff)
downloadaur-85f86e6b6e8cb98dccf271b2b82b8a4c4d541c2e.tar.gz
4.13.2-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69a29f0c67d7..f02cd988d537 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pymobiledevice3
pkgdesc = Pure python3 implementation for working with iDevices
pkgver = 4.13.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/doronz88/pymobiledevice3
arch = any
license = GPL3
@@ -59,6 +59,6 @@ pkgbase = python-pymobiledevice3
depends = python-sslpsk-pmd3
depends = python-python-pcapng
source = python-pymobiledevice3-4.13.2.tar.gz::https://github.com/doronz88/pymobiledevice3/archive/refs/tags/v4.13.2.tar.gz
- sha256sums = 3da43e49314e0620bf93df154845121669af93b5c654fd538802e03936942197
+ sha256sums = 37f33938744aae14afdd3b18bb43e025c985f81e67a1fb6e885c908b99ff6ae8
pkgname = python-pymobiledevice3
diff --git a/PKGBUILD b/PKGBUILD
index 53049d943f8d..a2bf7988d061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pymobiledevice3
_pkgname=pymobiledevice3
pkgver=4.13.2
-pkgrel=1
+pkgrel=2
pkgdesc='Pure python3 implementation for working with iDevices'
arch=('any')
url='https://github.com/doronz88/pymobiledevice3'
@@ -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=('3da43e49314e0620bf93df154845121669af93b5c654fd538802e03936942197')
+sha256sums=('37f33938744aae14afdd3b18bb43e025c985f81e67a1fb6e885c908b99ff6ae8')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"