summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-05-10 09:15:22 +0200
committerMassimiliano Torromeo2019-05-10 09:15:22 +0200
commitb1e338bc370314a6dcef23fab31c98e80a7ed3b9 (patch)
treea8c87ee581bc3a8e0dfe604d614cca9d15933613
parent3845ef0c1ea0a71516f58065538429b2aa3322c1 (diff)
downloadaur-b1e338bc370314a6dcef23fab31c98e80a7ed3b9.tar.gz
Updated to 1.8.4
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85086c662d9c..18a9d78218ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=ios-webkit-debug-proxy
-pkgver=1.8.3
+pkgver=1.8.4
pkgrel=1
pkgdesc="DevTools proxy (WebKit Remote Debugging) for iOS devices (Safari Remote Web Inspector)"
url="https://github.com/google/ios-webkit-debug-proxy"
@@ -9,11 +9,10 @@ arch=('i686' 'x86_64')
license=('BSD')
depends=('libimobiledevice')
source=("https://github.com/google/ios-webkit-debug-proxy/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('21e012fd6d651777784a9d6809ad812c1ca84b4757d20f94dd2d4391c8e9d485')
+sha256sums=('4e919a4d3dae329e3b4db7bfb2bd1b22c938fa86d59acaa6e99ef4eb65793dae')
build() {
cd ios-webkit-debug-proxy-$pkgver
-
./autogen.sh --prefix=/usr
./configure LIBS="-lm" --prefix=/usr \
--includedir=/usr/include/ios-webkit-debug-proxy