summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2019-07-28 09:02:50 +0200
committerMichel Zou2019-07-28 09:02:50 +0200
commit6d9301b42891d6c35c88a4f1d1342833ccf1a742 (patch)
tree038371ee5fcd5f8b945909e528627d2dc42640f9 /PKGBUILD
parente36a4ff6b5ac97c94a58a1ea1b77d8d9e69bfa86 (diff)
downloadaur-6d9301b42891d6c35c88a4f1d1342833ccf1a742.tar.gz
deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17bc072df09c..9eb3f3d5759f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=mingw-w64-blosc
pkgver=1.16.3
pkgrel=1
-pkgdesc="A blocking, shuffling and loss-less compression library. (mingw-w64)"
+pkgdesc="A blocking, shuffling and loss-less compression library (mingw-w64)"
url="http://blosc.org/"
license=('BSD')
arch=('any')
-depends=('mingw-w64-zstd' 'mingw-w64-snappy')
+depends=('mingw-w64-zstd' 'mingw-w64-snappy' 'mingw-w64-lz4' 'mingw-w64-zlib')
makedepends=('mingw-w64-cmake')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz")