summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
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() {