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

Andrzej Giniewicz aginiewicz at archlinux.org
Sun Mar 29 22:31:35 UTC 2020


    Date: Sunday, March 29, 2020 @ 22:31:35
  Author: aginiewicz
Revision: 606572

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

Modified:
  blosc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-29 22:31:03 UTC (rev 606571)
+++ PKGBUILD	2020-03-29 22:31:35 UTC (rev 606572)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
 
 pkgname=blosc
-pkgver=1.17.1
+pkgver=1.18.1
 pkgrel=1
 pkgdesc='A blocking, shuffling and loss-less compression library.'
 arch=('x86_64')
@@ -10,8 +10,8 @@
 depends=('snappy' 'zstd')
 makedepends=('cmake')
 options=(staticlibs)
-source=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz")
-sha256sums=('19a6948b579c27e8ac440b4f077f99fc90e7292b1d9cb896bec0fd781d68fba2')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz")
+sha256sums=('18730e3d1139aadf4002759ef83c8327509a9fca140661deb1d050aebba35afb')
 
 build() {
   cd "${srcdir}"



More information about the arch-commits mailing list