summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Mauderer2020-08-23 17:20:42 +0200
committerChristian Mauderer2020-08-23 17:20:42 +0200
commit675b3c49cbf8cdfa650e0f82670a7c9f6e266c4f (patch)
tree9d1015d9ef83967baa752f8dc418012ac57a7557 /PKGBUILD
parent9a66982058321585125ce4e55a197ec981b908ed (diff)
downloadaur-675b3c49cbf8cdfa650e0f82670a7c9f6e266c4f.tar.gz
Add missing dependencies.
Thanks to xx55tt.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 099550bdd408..f7f3f62d8b72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
-# Maintainer: Christian Mauderer <oss@c-mauderer.de>
pkgname=sasquatch-git
-pkgrel=3
+pkgrel=4
pkgver=r58.3e0cc40
pkgdesc='Patched unsquashfs utility with support for vendor-specific SquashFS implementations.'
arch=('x86_64')
url='https://github.com/devttys0/sasquatch'
license=('unknown')
+depends=('lzo' 'xz' 'zlib')
makedepends=('git')
+provides=('sasquatch')
+conflicts=('sasquatch')
source=("${pkgname}"::'git+'$url'.git'
0001-No-install.patch
0002-Make_build_gcc_10_compatible.patch)