summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12023-04-13 17:22:49 +0800
committerChocobo12023-04-13 17:22:49 +0800
commit241c03c9eb7f4f7dd2077a7063a0b69f421cd467 (patch)
treeb5e237cbdc7f8364020fa415c89e03f894089d87 /PKGBUILD
parent47b100e6deeaf9b3c291c1e845ca5256c435ddb3 (diff)
downloadaur-xxhash-git.tar.gz
upgpkg: xxhash-git 0.7.4.r542.gf4bef92-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03b609236c99..fd2b89233dfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=xxhash-git
-pkgver=0.6.0.r57.gbdc07f6
+pkgver=0.7.4.r542.gf4bef92
pkgrel=1
pkgdesc="Extremely fast non-cryptographic hash algorithm"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
depends=('glibc')
makedepends=('git')
checkdepends=('valgrind')
-provides=('xxhash')
+provides=("xxhash=$pkgver")
conflicts=('xxhash')
source=("git+https://github.com/Cyan4973/xxHash.git")
sha256sums=('SKIP')
@@ -38,5 +38,5 @@ package() {
cd "xxHash"
make DESTDIR="$pkgdir" PREFIX="/usr" install
- install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/xxhash/LICENSE"
+ install -Dm644 "LICENSE" -t "$pkgdir/usr/share/licenses/xxhash"
}