summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-07-06 10:57:10 -0400
committerGuillaume Horel2018-07-06 10:57:47 -0400
commit683a255d6773da7ff24e30a00606b7ca3dd7b136 (patch)
tree7a497f03bf15f9eccf2281e0b7e67175ade8a2fe
parent3c21176cc9f2112a48b9c8d9eb3f35094997cd8a (diff)
downloadaur-683a255d6773da7ff24e30a00606b7ca3dd7b136.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae2c80c088f2..c09baf893ca3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zstd-static
pkgdesc = Zstandard - Fast real-time compression algorithm
- pkgver = 1.3.3
+ pkgver = 1.3.4
pkgrel = 1
url = http://www.zstd.net/
arch = i686
@@ -13,8 +13,8 @@ pkgbase = zstd-static
provides = zstd
conflicts = zstd
options = staticlibs
- source = https://github.com/facebook/zstd/archive/v1.3.3.tar.gz
- sha256sums = a77c47153ee7de02626c5b2a097005786b71688be61e9fb81806a011f90b297b
+ source = https://github.com/facebook/zstd/archive/v1.3.4.tar.gz
+ sha256sums = 92e41b6e8dd26bbd46248e8aa1d86f1551bc221a796277ae9362954f26d605a9
pkgname = zstd-static
diff --git a/PKGBUILD b/PKGBUILD
index fd51d5ff8f40..03a2ea3a41d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
pkgname=zstd-static
_pkgname=${pkgname%-static}
-pkgver=1.3.3
+pkgver=1.3.4
pkgrel=1
pkgdesc='Zstandard - Fast real-time compression algorithm'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='http://www.zstd.net/'
license=('BSD')
depends=('zlib' 'xz' 'lz4')
makedepends=('gtest')
options=('staticlibs')
source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz")
-sha256sums=('a77c47153ee7de02626c5b2a097005786b71688be61e9fb81806a011f90b297b')
+sha256sums=('92e41b6e8dd26bbd46248e8aa1d86f1551bc221a796277ae9362954f26d605a9')
provides=('zstd')
conflicts=('zstd')