summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2019-09-12 01:38:05 +0200
committerhashworks2019-09-12 01:38:05 +0200
commit706311cb891821738c6f8da1963716aa3cc4273f (patch)
tree485c7f1b7b2a6b5197f13e2b4f4358248d241ecc
parent1e92a76ab2a730af6824cd573ad3dc2ab0e75606 (diff)
downloadaur-706311cb891821738c6f8da1963716aa3cc4273f.tar.gz
Add cython and python-pytest as make dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b87cc36c14f0..c0b771d41786 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: hashworks <mail@hashworks.net>
pkgname=libzim
pkgver=6.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Reference implementation of the ZIM specification by the openZIM project"
license=('GPL2')
arch=('armv7h' 'i686' 'x86_64')
replaces=('zimlib-git')
depends=('xapian-core' 'zlib' 'xz' 'icu')
-makedepends=('meson' 'gtest')
+makedepends=('meson' 'gtest' 'cython' 'python-pytest')
url='https://github.com/openzim/libzim'
source=("https://github.com/openzim/libzim/archive/${pkgver}.tar.gz")
sha256sums=(3e710de412e5a60ab07ef72dfae243147747ff531acc5cbed2cba7064bd0733b)