Skip to content
Snippets Groups Projects
Unverified Commit 9cdd9d73 authored by Maxime Gauduin's avatar Maxime Gauduin
Browse files

upgpkg: 0.8.2-1

parent 56a6bb5e
No related branches found
Tags 0.8.2-1
No related merge requests found
.SRCINFO 0 → 100644
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
......@@ -3,8 +3,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)
url=https://cyan4973.github.io/xxHash/
......@@ -15,20 +15,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment