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

upgpkg: 0.7.2-1

parent ffd4ba15
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
# Contributor: Konstantin Gizdov <arch@kge.com>
pkgname=xxhash
pkgver=0.7.1
pkgver=0.7.2
pkgrel=1
pkgdesc='Extremely fast non-cryptographic hash algorithm'
arch=(x86_64)
......@@ -14,16 +14,22 @@ license=(
)
makedepends=(git)
provides=(libxxhash.so)
source=(git+https://github.com/Cyan4973/xxHash.git#tag=v${pkgver})
sha256sums=('SKIP')
source=(git+https://github.com/Cyan4973/xxHash.git#tag=e2f4695899e831171ecd2e780078474712ea61d3)
sha256sums=(SKIP)
pkgver() {
cd xxHash
git describe --tags | sed 's/^v//'
}
build() {
make PREFIX='/usr' -C xxHash
make PREFIX=/usr -C xxHash
}
package() {
make PREFIX='/usr' DESTDIR="${pkgdir}" -C xxHash install
make PREFIX=/usr DESTDIR="${pkgdir}" -C xxHash install
install -Dm 644 xxHash/LICENSE -t "${pkgdir}"/usr/share/licenses/xxhash
}
# vim:set ts=4 sw=4 et:
# vim: ts=2 sw=2 et:
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