[arch-commits] Commit in zstd/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Sun Jul 16 20:20:21 UTC 2017
Date: Sunday, July 16, 2017 @ 20:20:20
Author: aginiewicz
Revision: 245427
upgpkg: zstd 1.3.0-1
zstd: new upstream release
Modified:
zstd/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-16 20:16:35 UTC (rev 245426)
+++ PKGBUILD 2017-07-16 20:20:20 UTC (rev 245427)
@@ -3,16 +3,16 @@
# Contributor: Johan Förberg <johan at forberg.se>
pkgname=zstd
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc='Zstandard - Fast real-time compression algorithm'
arch=('i686' 'x86_64')
url='http://www.zstd.net/'
license=('BSD')
-depends=('gcc-libs' 'zlib')
+depends=('zlib' 'xz')
makedepends=('gtest')
source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz")
-sha1sums=('20d06678af13d056e17d7748af32e363bc67ff42')
+sha1sums=('1b254a1a7092886c7e17957b5f672b8c1b972b08')
build() {
cd "$srcdir/$pkgname-$pkgver"
More information about the arch-commits
mailing list