summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD13
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40342b20891c..65b6e13b92a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iphonebackuptools
pkgdesc = Extract messages, notes, photo locations and more from unencrypted iOS backups
pkgver = 1.78
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/richinfante/iphonebackuptools
arch = any
license = MIT
@@ -9,6 +9,7 @@ pkgbase = iphonebackuptools
makedepends = python
depends = nodejs
depends = sqlite
+ noextract = c5573a3e5446ea420a56d2477ef78550cee224fb.tar.gz
source = https://github.com/richinfante/iphonebackuptools/archive/c5573a3e5446ea420a56d2477ef78550cee224fb.tar.gz
sha256sums = 6cc52d2fe0b09a5b5fa8f9f80f4de77d9cc7dbf130057432a7267c9093372828
diff --git a/PKGBUILD b/PKGBUILD
index 0c41e93f12ba..672a67c03d98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,15 @@ _short=78
# work around until upstream versions
# https://github.com/richinfante/iphonebackuptools/issues/68
pkgver=1.$_short
-pkgrel=2
+pkgrel=3
pkgdesc="Extract messages, notes, photo locations and more from unencrypted iOS backups"
arch=('any')
url="https://github.com/richinfante/iphonebackuptools"
-license=('MIT')
-depends=('nodejs' 'sqlite')
-makedepends=('npm' 'python')
-source=(
-https://github.com/richinfante/iphonebackuptools/archive/$_commit.tar.gz
-)
+license=(MIT)
+depends=(nodejs sqlite)
+makedepends=(npm python)
+source=(https://github.com/richinfante/iphonebackuptools/archive/"$_commit.tar.gz")
+noextract=("$_commit.tar.gz")
sha256sums=('6cc52d2fe0b09a5b5fa8f9f80f4de77d9cc7dbf130057432a7267c9093372828')
package() {