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

Andrzej Giniewicz aginiewicz at archlinux.org
Tue Apr 2 10:43:16 UTC 2019


    Date: Tuesday, April 2, 2019 @ 10:43:14
  Author: aginiewicz
Revision: 447539

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-02 10:43:02 UTC (rev 447538)
+++ PKGBUILD	2019-04-02 10:43:14 UTC (rev 447539)
@@ -1,39 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=blosc
-pkgver=1.16.2
-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=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz")
-sha1sums=('a02400f0a928116fb05c8958a8e59f4348863c48')
-
-build() {
-  cd "${srcdir}"
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
-        -DPREFER_EXTERNAL_LZ4="ON" \
-	-DPREFER_EXTERNAL_ZLIB="ON" \
-	-DPREFER_EXTERNAL_SNAPPY="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 447538, blosc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-02 10:43:14 UTC (rev 447539)
@@ -0,0 +1,39 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=blosc
+pkgver=1.16.3
+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=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz")
+sha256sums=('bec56cb0956725beb93d50478e918aca09f489f1bfe543dbd3087827a7344396')
+
+build() {
+  cd "${srcdir}"
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+        -DPREFER_EXTERNAL_LZ4="ON" \
+	-DPREFER_EXTERNAL_ZLIB="ON" \
+	-DPREFER_EXTERNAL_SNAPPY="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