summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeltara32021-12-16 17:48:02 -0500
committerDeltara32021-12-16 17:48:02 -0500
commit627b1fc5b916c4d053d734f2615eb384b82df292 (patch)
treeee51137f7ffa1eaab8f61557002374e20c58a5d7
parent9cc0859200d397b2ea8291694685cf8805e6ea84 (diff)
downloadaur-627b1fc5b916c4d053d734f2615eb384b82df292.tar.gz
Add another required dependency
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b792708c968..5427660a5bb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,3 @@
-# Maintainer: Hilton Medeiros <medeiros.hilton@gmail.com>
pkgname=mun-bin
pkgver=0.3.0
pkgrel=1
@@ -8,7 +7,7 @@ url="https://mun-lang.org/"
license=(MIT)
provides=('mun')
conflicts=('mun' 'mun-git')
-depends=('zlib' 'ncurses5-compat-libs' 'libffi6')
+depends=('zlib' 'ncurses5-compat-libs' 'libffi6' 'libffi7')
source=("https://github.com/mun-lang/mun/releases/download/v${pkgver}/mun-linux64-v${pkgver}.tar.gz")
md5sums=('c924ae5ee8905a742fb0dc356035bbab')