summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2020-04-17 20:53:25 +0200
committerhashworks2020-04-17 20:53:25 +0200
commit7f5fdab2f9b2da5f7551abad8d0259d7274c10a6 (patch)
treedd6a5058f5e8a4df4c746a67ebee8c2517499952
parent93f1a9830db290fa47ce471439a23967769b3a8f (diff)
downloadaur-7f5fdab2f9b2da5f7551abad8d0259d7274c10a6.tar.gz
Add libffi dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b4eb06f75d0..f16eb5622926 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = libzim
arch = i686
arch = x86_64
license = GPL2
+ makedepends = libffi
makedepends = meson
makedepends = gtest
makedepends = cython
diff --git a/PKGBUILD b/PKGBUILD
index 39d9684b86cd..24933820da1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ license=('GPL2')
arch=('armv7h' 'i686' 'x86_64')
replaces=('zimlib-git')
depends=('xapian-core' 'zlib' 'xz' 'icu')
-makedepends=('meson' 'gtest' 'cython' 'python-pytest')
+makedepends=('libffi' 'meson' 'gtest' 'cython' 'python-pytest')
url='https://github.com/openzim/libzim'
source=("https://github.com/openzim/libzim/archive/${pkgver}.tar.gz")
sha256sums=(3f2867c92b669854afb6d890c005b669bd5eb9b211d2cacb92ad432c02c54c2c)