summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Mauderer2020-08-12 20:35:35 +0200
committerChristian Mauderer2020-08-12 20:36:02 +0200
commit9574c5e5eca3540d71f8c0225a737a988ed95db3 (patch)
treeb837c4cd5e7fae23e974637e5e3602ba51291d7e /PKGBUILD
parent4a6dfe778a4aa7cef59a9be5976197e9c09d9217 (diff)
downloadaur-9574c5e5eca3540d71f8c0225a737a988ed95db3.tar.gz
Add missing makedepends.
Thanks to xx55tt.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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)