summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce27125242b5..644aa8105b57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iphonebackuptools
pkgdesc = Extract messages, notes, photo locations and more from unencrypted iOS backups
- pkgver = 4.0.0
+ pkgver = 4.0.1
pkgrel = 1
url = https://github.com/richinfante/iphonebackuptools
arch = any
@@ -10,8 +10,8 @@ pkgbase = iphonebackuptools
depends = nodejs
depends = sqlite
noextract = .tar.gz
- source = https://github.com/richinfante/iphonebackuptools/archive/4.0.0.tar.gz
- sha256sums = 93e5edbd66d483a9ebbbd7c41d627e26c68803e915d0e9234c5bbbb01e2f1771
+ source = https://github.com/richinfante/iphonebackuptools/archive/4.0.1.tar.gz
+ sha256sums = aa91414917ace81f07d0d46a6dc04426aac6da83c0125e37a5f36f0874e0f16f
pkgname = iphonebackuptools
diff --git a/PKGBUILD b/PKGBUILD
index eb541b66e856..4f531cd56097 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=iphonebackuptools
# work around until upstream versions
# https://github.com/richinfante/iphonebackuptools/issues/68
-pkgver=4.0.0
+pkgver=4.0.1
pkgrel=1
pkgdesc="Extract messages, notes, photo locations and more from unencrypted iOS backups"
arch=('any')
@@ -13,7 +13,7 @@ depends=(nodejs sqlite)
makedepends=(npm python)
source=(https://github.com/richinfante/iphonebackuptools/archive/"$pkgver.tar.gz")
noextract=("$_commit.tar.gz")
-sha256sums=('93e5edbd66d483a9ebbbd7c41d627e26c68803e915d0e9234c5bbbb01e2f1771')
+sha256sums=('aa91414917ace81f07d0d46a6dc04426aac6da83c0125e37a5f36f0874e0f16f')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir/$pkgver.tar.gz"