extra/xxhash to 0.8.3-1

This commit is contained in:
David Beauchamp 2025-01-07 09:20:09 -05:00
parent eabde367ff
commit b7a0b3fbe5
3 changed files with 10 additions and 12 deletions

View file

@ -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

View file

@ -0,0 +1,4 @@
[xxhash]
source = "git"
git = "https://github.com/Cyan4973/xxHash.git"
prefix = "v"

View file

@ -6,7 +6,7 @@
# - set DISPATCH=0, x86 only
pkgname=xxhash
pkgver=0.8.2
pkgver=0.8.3
pkgrel=1
pkgdesc='Extremely fast non-cryptographic hash algorithm'
arch=(x86_64)
@ -18,14 +18,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