summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0x9fff002020-02-08 19:25:54 +0100
committer0x9fff002020-02-08 19:25:54 +0100
commit857fdb8432515feba000cdb6e7e58562e74962e7 (patch)
tree71519ecd56cdcbe1b9a68d77fd0f68c124175fc1
parent9040a1897c79a66fcfadbadbc6a55b526cdc8e70 (diff)
downloadaur-857fdb8432515feba000cdb6e7e58562e74962e7.tar.gz
r10.6443eb5-1
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore28
-rw-r--r--.gitignore_append2
-rw-r--r--PKGBUILD2
4 files changed, 32 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e35cb7603f05..014b459bbffd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = igetnonce-s0uthwest-git
pkgdesc = Tool for checking booted iOS device nonces - s0uthwest's fork - git version
- pkgver = r14.8d4f0ae
+ pkgver = r10.6443eb5
pkgrel = 1
url = https://github.com/s0uthwest/igetnonce
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..822738ab8882
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,28 @@
+*.tar
+*.tar.*
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+pkg/
+src/
+*~
+
+# temporary files which can be created if a process still has a handle open of a deleted file
+.fuse_hidden*
+
+# KDE directory preferences
+.directory
+
+# Linux trash folder which might appear on any partition or disk
+.Trash-*
+
+# .nfs files are created when an open file is removed but is still being accessed
+.nfs*
+# archlinuxpackages linux
+igetnonce
diff --git a/.gitignore_append b/.gitignore_append
new file mode 100644
index 000000000000..6a84f7f8dee7
--- /dev/null
+++ b/.gitignore_append
@@ -0,0 +1,2 @@
+# archlinuxpackages linux
+igetnonce
diff --git a/PKGBUILD b/PKGBUILD
index 2ca30954a22c..74c4f85853fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=igetnonce
pkgname=$_pkgname-s0uthwest-git
-pkgver=r14.8d4f0ae
+pkgver=r10.6443eb5
pkgrel=1
pkgdesc="Tool for checking booted iOS device nonces - s0uthwest's fork - git version"
arch=('x86_64')