summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMilk Brewster2019-12-27 04:41:16 +0000
committerMilk Brewster2019-12-27 04:41:16 +0000
commit4c0347bb262fdbcbbf9b950d7d42efd6e91696f7 (patch)
tree8d07fbec46fc53fab2cd7e10caa2fa454d08ac54 /PKGBUILD
parent1a1940e2b9763b329f761311d431b296097f2cbf (diff)
downloadaur-beast-git.tar.gz
fix unzip dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 667b0b93fb05..23907cc6f8c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/tim-janik/beast"
license=('LGPL')
groups=()
depends=()
-makedepends=('gcc' 'python2' 'libgnomecanvas' 'libvorbis' 'flac' 'libmad' 'npm' 'fluidsynth' 'python-pandocfilters' 'imagemagick' 'pandoc')
+makedepends=('gcc' 'python2' 'libgnomecanvas' 'libvorbis' 'flac' 'libmad' 'npm' 'fluidsynth' 'python-pandocfilters' 'imagemagick' 'pandoc' 'unzip')
checkdepends=()
optdepends=()
provides=()