extra/xxhash to 0.8.2-1

This commit is contained in:
Kevin Mihelich 2023-07-25 12:37:39 +00:00
parent 23aa6f55a9
commit b52c62e26a
2 changed files with 20 additions and 16 deletions

15
extra/xxhash/.SRCINFO Normal file
View file

@ -0,0 +1,15 @@
pkgbase = xxhash
pkgdesc = Extremely fast non-cryptographic hash algorithm
pkgver = 0.8.2
pkgrel = 1
url = https://cyan4973.github.io/xxHash/
arch = x86_64
license = GPL2
license = BSD
makedepends = git
depends = glibc
provides = libxxhash.so
source = git+https://github.com/Cyan4973/xxHash.git#tag=bbb27a5efb85b92a0486cf361a8635715a53f6ba
b2sums = SKIP
pkgname = xxhash

View file

@ -6,8 +6,8 @@
# - set DISPATCH=0, x86 only # - set DISPATCH=0, x86 only
pkgname=xxhash pkgname=xxhash
pkgver=0.8.1 pkgver=0.8.2
pkgrel=4 pkgrel=1
pkgdesc='Extremely fast non-cryptographic hash algorithm' pkgdesc='Extremely fast non-cryptographic hash algorithm'
arch=(x86_64) arch=(x86_64)
url=https://cyan4973.github.io/xxHash/ url=https://cyan4973.github.io/xxHash/
@ -18,20 +18,9 @@ license=(
depends=(glibc) depends=(glibc)
makedepends=(git) makedepends=(git)
provides=(libxxhash.so) provides=(libxxhash.so)
_tag=35b0373c697b5f160d3db26b1cbb45a0d5ba788c _tag=bbb27a5efb85b92a0486cf361a8635715a53f6ba
source=( source=(git+https://github.com/Cyan4973/xxHash.git#tag=${_tag})
git+https://github.com/Cyan4973/xxHash.git#tag=${_tag} b2sums=('SKIP')
xxhash-man-symlinks.patch
)
b2sums=(
SKIP
83236ec7363f98842a5c8deb52e0a200321a722748a69b472b42b65eb85fa06ac5490926ea7612c0c455bf4998e109567706cf0f03e2c52c1e497abf258e5219
)
prepare() {
cd xxHash
patch -Np1 -i ../xxhash-man-symlinks.patch
}
pkgver() { pkgver() {
cd xxHash cd xxHash