[arch-commits] Commit in blosc/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Sun Aug 9 15:14:26 UTC 2020


    Date: Sunday, August 9, 2020 @ 15:14:26
  Author: aginiewicz
Revision: 673148

upgpkg: blosc 1.20.0-1: blosc: new upstream release

Modified:
  blosc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-09 15:09:28 UTC (rev 673147)
+++ PKGBUILD	2020-08-09 15:14:26 UTC (rev 673148)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
 
 pkgname=blosc
-pkgver=1.19.0
+pkgver=1.20.0
 pkgrel=1
 pkgdesc='A blocking, shuffling and loss-less compression library.'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('cmake')
 options=(staticlibs)
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz")
-sha256sums=('cf3d6193fece9becddb62248b9981bf78cf1c7faf58150fd520d4755cd622488')
+sha256sums=('992ab5b475b7ba94f91c5ce58359ff0d6069fc65ba0c5bee373db8daecb17ce0')
 
 build() {
   cd "${srcdir}"
@@ -20,9 +20,9 @@
   cd build
 
   cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+        -DDEACTIVATE_SNAPPY="OFF" \
         -DPREFER_EXTERNAL_LZ4="ON" \
 	-DPREFER_EXTERNAL_ZLIB="ON" \
-	-DPREFER_EXTERNAL_SNAPPY="ON" \
 	-DPREFER_EXTERNAL_ZSTD="ON" \
         -DBUILD_TESTS="OFF" \
         ../c-blosc-${pkgver}



More information about the arch-commits mailing list