version bump

This commit is contained in:
Guillaume Horel 2018-02-08 13:06:53 -05:00
parent 4d2967bcca
commit 3c21176cc9
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = zstd-static
pkgdesc = Zstandard - Fast real-time compression algorithm
pkgver = 1.3.2
pkgver = 1.3.3
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.2.tar.gz
sha256sums = ac5054a3c64e6510bc1ae890d05e3d271cc33ceebc9d06ac9f08105766d2798a
source = https://github.com/facebook/zstd/archive/v1.3.3.tar.gz
sha256sums = a77c47153ee7de02626c5b2a097005786b71688be61e9fb81806a011f90b297b
pkgname = zstd-static

View File

@ -4,7 +4,7 @@
pkgname=zstd-static
_pkgname=${pkgname%-static}
pkgver=1.3.2
pkgver=1.3.3
pkgrel=1
pkgdesc='Zstandard - Fast real-time compression algorithm'
arch=('i686' 'x86_64')
@ -14,7 +14,7 @@ depends=('zlib' 'xz' 'lz4')
makedepends=('gtest')
options=('staticlibs')
source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz")
sha256sums=('ac5054a3c64e6510bc1ae890d05e3d271cc33ceebc9d06ac9f08105766d2798a')
sha256sums=('a77c47153ee7de02626c5b2a097005786b71688be61e9fb81806a011f90b297b')
provides=('zstd')
conflicts=('zstd')