Skip to content
Snippets Groups Projects
Commit 1cfa024f authored by Maxime Gauduin's avatar Maxime Gauduin
Browse files

upgpkg: 0.7.0-1

parent b3c5db96
No related branches found
No related tags found
No related merge requests found
......@@ -3,15 +3,18 @@
# Contributor: Konstantin Gizdov <arch@kge.com>
pkgname=xxhash
pkgver=0.6.5
pkgrel=2
pkgver=0.7.0
pkgrel=1
pkgdesc='Extremely fast non-cryptographic hash algorithm'
arch=('x86_64')
url='http://www.xxhash.com/'
license=('GPL2' 'BSD')
makedepends=('git')
provides=('libxxhash.so')
source=("git+https://github.com/Cyan4973/xxHash.git#tag=v${pkgver}")
arch=(x86_64)
url=https://cyan4973.github.io/xxHash/
license=(
GPL2
BSD
)
makedepends=(git)
provides=(libxxhash.so)
source=(git+https://github.com/Cyan4973/xxHash.git#tag=v${pkgver})
sha256sums=('SKIP')
build() {
......
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