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

Andrzej Giniewicz aginiewicz at archlinux.org
Sun Nov 19 11:32:09 UTC 2017


    Date: Sunday, November 19, 2017 @ 11:32:08
  Author: aginiewicz
Revision: 267436

upgpkg: zstd 1.3.2-1

zstd: new upstream release

Modified:
  zstd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-19 11:27:16 UTC (rev 267435)
+++ PKGBUILD	2017-11-19 11:32:08 UTC (rev 267436)
@@ -3,16 +3,16 @@
 # Contributor: Johan Förberg <johan at forberg.se>
 
 pkgname=zstd
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='Zstandard - Fast real-time compression algorithm'
 arch=('x86_64')
 url='http://www.zstd.net/'
 license=('BSD', 'GPL2')
-depends=('zlib' 'xz')
+depends=('zlib' 'xz' 'lz4')
 makedepends=('gtest')
 source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz")
-sha1sums=('bf944afb80907bc2c0ade0806d2558aa5b657f09')
+sha1sums=('2478765996a25232abb5e38707fc77deeaaaab37')
 
 build() {
     cd "$srcdir/$pkgname-$pkgver"



More information about the arch-commits mailing list