[arch-commits] Commit in blosc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jan 17 17:08:42 UTC 2021


    Date: Sunday, January 17, 2021 @ 17:08:42
  Author: arojas
Revision: 821420

archrelease: copy trunk to community-x86_64

Added:
  blosc/repos/community-x86_64/PKGBUILD
    (from rev 821419, blosc/trunk/PKGBUILD)
Deleted:
  blosc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-17 17:08:31 UTC (rev 821419)
+++ PKGBUILD	2021-01-17 17:08:42 UTC (rev 821420)
@@ -1,39 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=blosc
-pkgver=1.20.1
-pkgrel=1
-pkgdesc='A blocking, shuffling and loss-less compression library.'
-arch=('x86_64')
-url='http://blosc.org/'
-license=('BSD')
-depends=('snappy' 'zstd')
-makedepends=('cmake')
-options=(staticlibs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz")
-sha256sums=('42c4d3fcce52af9f8e2078f8f57681bfc711706a3330cb72b9b39e05ae18a413')
-
-build() {
-  cd "${srcdir}"
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
-        -DDEACTIVATE_SNAPPY="OFF" \
-        -DPREFER_EXTERNAL_LZ4="ON" \
-	-DPREFER_EXTERNAL_ZLIB="ON" \
-	-DPREFER_EXTERNAL_ZSTD="ON" \
-        -DBUILD_TESTS="OFF" \
-        ../c-blosc-${pkgver}
-
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-}

Copied: blosc/repos/community-x86_64/PKGBUILD (from rev 821419, blosc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-17 17:08:42 UTC (rev 821420)
@@ -0,0 +1,39 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=blosc
+pkgver=1.21.0
+pkgrel=1
+pkgdesc='A blocking, shuffling and loss-less compression library.'
+arch=('x86_64')
+url='http://blosc.org/'
+license=('BSD')
+depends=('snappy' 'zstd')
+makedepends=('cmake')
+options=(staticlibs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz")
+sha256sums=('b0ef4fda82a1d9cbd11e0f4b9685abf14372db51703c595ecd4d76001a8b342d')
+
+build() {
+  cd "${srcdir}"
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+        -DDEACTIVATE_SNAPPY="OFF" \
+        -DPREFER_EXTERNAL_LZ4="ON" \
+	-DPREFER_EXTERNAL_ZLIB="ON" \
+	-DPREFER_EXTERNAL_ZSTD="ON" \
+        -DBUILD_TESTS="OFF" \
+        ../c-blosc-${pkgver}
+
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}



More information about the arch-commits mailing list