summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Day2022-03-21 05:52:34 -0500
committerJordan Day2022-03-21 05:52:34 -0500
commita600123bdc3267d21c75b37ccf4b0ef0238dd6e0 (patch)
tree18a2c4e62da6e2c53de9023c1364ad81d3f6e26d
parent7d661d8f73f078c34efdac0e57684bf075aa28e5 (diff)
downloadaur-a600123bdc3267d21c75b37ccf4b0ef0238dd6e0.tar.gz
Depends on libimobiledevice
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa072657bc7a..3b1771ad8f68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = inspect
pkgdesc = Developer tool to inspect and debug mobile web apps and websites on iOS devices
pkgver = 0.7.9
- pkgrel = 1
+ pkgrel = 2
url = https://inspect.dev
arch = x86_64
license = proprietary
+ depends = libimobiledevice
source = https://github.com/inspectdev/inspect-release/releases/download/v0.7.9/Inspect-0.7.9-linux-amd64.deb
sha256sums = 5f4af4693b07a9e0972ae30b1da80b17bf097dc92e4adb38cf0ebd46e3603e9d
diff --git a/PKGBUILD b/PKGBUILD
index fe347a34a23d..6a67a82875af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=inspect
pkgdesc='Developer tool to inspect and debug mobile web apps and websites on iOS devices'
pkgver=0.7.9
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url='https://inspect.dev'
license=('proprietary')
-#options=('!strip')
+depends=('libimobiledevice')
source=("https://github.com/inspectdev/inspect-release/releases/download/v${pkgver}/Inspect-${pkgver}-linux-amd64.deb")
sha256sums=('5f4af4693b07a9e0972ae30b1da80b17bf097dc92e4adb38cf0ebd46e3603e9d')