* update xxhash to 0.8.3-1
This commit is contained in:
parent
d7ee7573c3
commit
1b3c316cf4
@ -1,6 +1,6 @@
|
||||
pkgbase = xxhash
|
||||
pkgdesc = Extremely fast non-cryptographic hash algorithm
|
||||
pkgver = 0.8.2
|
||||
pkgver = 0.8.3
|
||||
pkgrel = 1
|
||||
url = https://cyan4973.github.io/xxHash/
|
||||
arch = x86_64
|
||||
@ -9,7 +9,7 @@ pkgbase = xxhash
|
||||
makedepends = git
|
||||
depends = glibc
|
||||
provides = libxxhash.so
|
||||
source = git+https://github.com/Cyan4973/xxHash.git#tag=bbb27a5efb85b92a0486cf361a8635715a53f6ba
|
||||
b2sums = SKIP
|
||||
source = git+https://github.com/Cyan4973/xxHash.git#tag=v0.8.3
|
||||
b2sums = e8c03ae30da955a0399bbbdee866dcc3f999bd1f780373d28119972a89a6ef3b266097024379c779d4c02ae3ca218728d4843c6085487ec76c5e7e1b393e1ea2
|
||||
|
||||
pkgname = xxhash
|
||||
|
@ -4,8 +4,8 @@
|
||||
# Contributor: Konstantin Gizdov <arch@kge.com>
|
||||
|
||||
pkgname=xxhash
|
||||
pkgver=0.8.2
|
||||
pkgrel=1.1
|
||||
pkgver=0.8.3
|
||||
pkgrel=1
|
||||
pkgdesc='Extremely fast non-cryptographic hash algorithm'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url=https://cyan4973.github.io/xxHash/
|
||||
@ -16,14 +16,8 @@ license=(
|
||||
depends=(glibc)
|
||||
makedepends=(git)
|
||||
provides=(libxxhash.so)
|
||||
_tag=bbb27a5efb85b92a0486cf361a8635715a53f6ba
|
||||
source=(git+https://github.com/Cyan4973/xxHash.git#tag=${_tag})
|
||||
b2sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd xxHash
|
||||
git describe --tags | sed 's/^v//'
|
||||
}
|
||||
source=(git+https://github.com/Cyan4973/xxHash.git#tag=v${pkgver})
|
||||
b2sums=('e8c03ae30da955a0399bbbdee866dcc3f999bd1f780373d28119972a89a6ef3b266097024379c779d4c02ae3ca218728d4843c6085487ec76c5e7e1b393e1ea2')
|
||||
|
||||
build() {
|
||||
make PREFIX=/usr DISPATCH=0 -C xxHash
|
||||
|
Loading…
x
Reference in New Issue
Block a user