summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2020-06-17 21:32:36 +0200
committerhashworks2020-06-17 21:32:36 +0200
commit6577eddf09f84e1655fd9cdb4ec5f5e97579bea9 (patch)
treee0d5aff9f8e3279cc5edd1dd394e34351d3dfeee
parent2e5d8dd2fe91c7576a0cb465525b65e67381c258 (diff)
downloadaur-6577eddf09f84e1655fd9cdb4ec5f5e97579bea9.tar.gz
Add zstd dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07f7af5753f8..38ebda447772 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libzim
pkgdesc = Reference implementation of the ZIM specification by the openZIM project
pkgver = 6.1.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/openzim/libzim
arch = armv7h
arch = i686
@@ -15,6 +15,7 @@ pkgbase = libzim
depends = zlib
depends = xz
depends = icu
+ depends = zstd
source = libzim-6.1.5.tar.gz::https://github.com/openzim/libzim/archive/6.1.5.tar.gz
sha256sums = c38127663c79a672204426491cf117b609957b4ce2ec69413e474b668a1b02f2
diff --git a/PKGBUILD b/PKGBUILD
index 756c7794b30e..1e02a298c1ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: hashworks <mail@hashworks.net>
pkgname=libzim
pkgver=6.1.5
-pkgrel=2
+pkgrel=3
pkgdesc="Reference implementation of the ZIM specification by the openZIM project"
license=('GPL2')
arch=('armv7h' 'i686' 'x86_64')
-depends=('xapian-core' 'zlib' 'xz' 'icu')
+depends=('xapian-core' 'zlib' 'xz' 'icu' 'zstd')
makedepends=('meson' 'gtest' 'cython' 'python-pytest')
url='https://github.com/openzim/libzim'
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")