Skip to content
Snippets Groups Projects
Verified Commit 9f75b062 authored by Christian Hesse's avatar Christian Hesse :stuck_out_tongue_winking_eye:
Browse files

upgpkg: 0.8.3-1: new upstream release

parent c6991d12
No related branches found
No related tags found
No related merge requests found
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
......@@ -3,7 +3,7 @@
# Contributor: Konstantin Gizdov <arch@kge.com>
pkgname=xxhash
pkgver=0.8.2
pkgver=0.8.3
pkgrel=1
pkgdesc='Extremely fast non-cryptographic hash algorithm'
arch=(x86_64)
......@@ -15,14 +15,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=1 -C 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