mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/xxhash to 0.8.2-1
This commit is contained in:
parent
23aa6f55a9
commit
b52c62e26a
2 changed files with 20 additions and 16 deletions
15
extra/xxhash/.SRCINFO
Normal file
15
extra/xxhash/.SRCINFO
Normal 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
|
|
@ -6,8 +6,8 @@
|
|||
# - set DISPATCH=0, x86 only
|
||||
|
||||
pkgname=xxhash
|
||||
pkgver=0.8.1
|
||||
pkgrel=4
|
||||
pkgver=0.8.2
|
||||
pkgrel=1
|
||||
pkgdesc='Extremely fast non-cryptographic hash algorithm'
|
||||
arch=(x86_64)
|
||||
url=https://cyan4973.github.io/xxHash/
|
||||
|
@ -18,20 +18,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…
Reference in a new issue