summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcyrozap2022-04-09 09:59:35 -0500
committercyrozap2022-04-09 09:59:35 -0500
commit58bad66e7dbaf1befa9c8ad6f830505139f1dc74 (patch)
tree1e530d1e8fb18af080f04544a378dd58c213b96b /PKGBUILD
parent675b3c49cbf8cdfa650e0f82670a7c9f6e266c4f (diff)
downloadaur-58bad66e7dbaf1befa9c8ad6f830505139f1dc74.tar.gz
Update to r60.bd864a1 and disable Werror to fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7f3f62d8b72..b278ea74fd81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=sasquatch-git
-pkgrel=4
-pkgver=r58.3e0cc40
+pkgrel=1
+pkgver=r60.bd864a1
pkgdesc='Patched unsquashfs utility with support for vendor-specific SquashFS implementations.'
arch=('x86_64')
url='https://github.com/devttys0/sasquatch'
@@ -11,15 +11,18 @@ provides=('sasquatch')
conflicts=('sasquatch')
source=("${pkgname}"::'git+'$url'.git'
0001-No-install.patch
- 0002-Make_build_gcc_10_compatible.patch)
+ 0002-Make_build_gcc_10_compatible.patch
+ 0003-No-Werror.patch)
sha512sums=('SKIP'
'c94ebf6c2274b81fa749b226d04804d0f1d0e20b6579f74717584abbf5590bfa68e13b31163aa69ab6b5e5f214a30b8ce74115ea343bede05ddf8ae19008d37b'
- '9f61b5052f6daa0ef84f08426d420d1a308b149cf8b7bae30566dd85c825b9c7fcd90ec4833f075d0244076894e2572212ad1bc33f018adbe043fed54657c2b2')
+ '9f61b5052f6daa0ef84f08426d420d1a308b149cf8b7bae30566dd85c825b9c7fcd90ec4833f075d0244076894e2572212ad1bc33f018adbe043fed54657c2b2'
+ '8f92c3589b3d74d611a2bff9b7a1933d8e2284c32dc460f060a2fc0232578bf4ca1852297180b674a3c1e63af6f2b664bf335c7224b7a6b95e464337bf222901')
prepare() {
cd "$pkgname"
patch -p1 < "${srcdir}/0001-No-install.patch"
patch -p1 < "${srcdir}/0002-Make_build_gcc_10_compatible.patch"
+ patch -p1 < "${srcdir}/0003-No-Werror.patch"
}
pkgver() {