* update xxhash to 0.8.2-1
This commit is contained in:
parent
007afefba6
commit
bcf4707b93
@ -4,8 +4,8 @@
|
||||
# Contributor: Konstantin Gizdov <arch@kge.com>
|
||||
|
||||
pkgname=xxhash
|
||||
pkgver=0.8.1
|
||||
pkgrel=4
|
||||
pkgver=0.8.2
|
||||
pkgrel=1
|
||||
pkgdesc='Extremely fast non-cryptographic hash algorithm'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url=https://cyan4973.github.io/xxHash/
|
||||
@ -16,20 +16,9 @@ license=(
|
||||
depends=(glibc)
|
||||
makedepends=(git)
|
||||
provides=(libxxhash.so)
|
||||
_tag=35b0373c697b5f160d3db26b1cbb45a0d5ba788c
|
||||
source=(
|
||||
git+https://github.com/Cyan4973/xxHash.git#tag=${_tag}
|
||||
xxhash-man-symlinks.patch
|
||||
)
|
||||
b2sums=(
|
||||
SKIP
|
||||
83236ec7363f98842a5c8deb52e0a200321a722748a69b472b42b65eb85fa06ac5490926ea7612c0c455bf4998e109567706cf0f03e2c52c1e497abf258e5219
|
||||
)
|
||||
|
||||
prepare() {
|
||||
cd xxHash
|
||||
patch -Np1 -i ../xxhash-man-symlinks.patch
|
||||
}
|
||||
_tag=bbb27a5efb85b92a0486cf361a8635715a53f6ba
|
||||
source=(git+https://github.com/Cyan4973/xxHash.git#tag=${_tag})
|
||||
b2sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd xxHash
|
||||
|
Loading…
x
Reference in New Issue
Block a user