summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimo Sarawinski2018-08-10 06:50:45 +0200
committerTimo Sarawinski2018-08-10 06:50:45 +0200
commit17cd5bf0b71f626ce066d6086152b4119378efad (patch)
treef07afacd51af719b1bd549e79f221dbaf601e7e7 /PKGBUILD
parentf47088e81ca1a568b37c36305480631bdf5049f8 (diff)
downloadaur-sasquatch.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c741a76f04ab..83aa43ae7baa 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,9 +14,9 @@ arch=('i686' 'x86_64')
depends=('gzip' 'zlib' 'lzo' 'xz' 'lz4')
source=('git+https://github.com/devttys0/sasquatch'
'read_fragment_table_n_stack_overflow-fix.patch'
- '1.patch')
+ )
sha256sums=('SKIP'
- '120c2d208085129235bf998b1c22abee19db26120a98174b9beb5edd7b9c84e9' 'SKIP')
+ '120c2d208085129235bf998b1c22abee19db26120a98174b9beb5edd7b9c84e9' )
build() {
cd ${srcdir}/sasquatch/
@@ -25,7 +25,6 @@ build() {
cd squashfs4.3
patch -p0 < ../patches/patch0.txt
cd squashfs-tools
- patch -p0 < ${srcdir}/1.patch
patch -p0 -i "${srcdir}/read_fragment_table_n_stack_overflow-fix.patch"
make
}