summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5e48f2f6e30..fdb40c8a6e21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = sasquatch-git
pkgdesc = Patched unsquashfs utility with support for vendor-specific SquashFS implementations.
pkgver = r60.cfac6d8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/devttys0/sasquatch
arch = x86_64
license = unknown
+ makedepends = git
source = sasquatch-git::git+https://github.com/devttys0/sasquatch.git
source = 0001-No-install.patch
source = 0002-Make_build_gcc_10_compatible.patch
diff --git a/PKGBUILD b/PKGBUILD
index ab454256c0a9..fc6fb6c6e082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Christian Mauderer <oss@c-mauderer.de>
pkgname=sasquatch-git
pkgrel=1
-pkgver=r60.cfac6d8
+pkgver=r60.982cc25
pkgdesc='Patched unsquashfs utility with support for vendor-specific SquashFS implementations.'
arch=('x86_64')
url='https://github.com/devttys0/sasquatch'
license=('unknown')
+makedepends=('git')
source=("${pkgname}"::'git+'$url'.git'
0001-No-install.patch
0002-Make_build_gcc_10_compatible.patch)