summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Sarawinski2016-06-18 08:06:31 +0200
committerTimo Sarawinski2016-06-18 08:06:31 +0200
commitd70c7ee1a6f0f7784628a0b0b73ea91fa9fb8db4 (patch)
tree315410a8781f14ff8e2dce3b68373cfbc434a965
parentaac6071ac7636d1c562384aa5400381b70f068a0 (diff)
downloadaur-d70c7ee1a6f0f7784628a0b0b73ea91fa9fb8db4.tar.gz
added gzip as dep
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b36c3211d2d..b18211e5020c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux.
url="https://github.com/devttys0/sasquatch"
license=("GPL")
arch=('i686' 'x86_64')
-depends=('zlib' 'lzo' 'xz' 'lz4')
+depends=('gzip' 'zlib' 'lzo' 'xz' 'lz4')
source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz"
"patch0.txt.gz"
"Makefile")