summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8526d240271..d31c77aaa6b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=mingw-w64-xxhash
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc='Extremely fast non-cryptographic hash algorithm (mingw-w64)'
arch=('any')
url=https://cyan4973.github.io/xxHash/
@@ -15,7 +15,7 @@ license=(
)
depends=('mingw-w64-crt')
options=(!strip !buildflags staticlibs)
-makedepends=('mingw-w64-gcc' 'git')
+makedepends=('mingw-w64-gcc' 'mingw-w64-make' 'git')
_tag=94e5f23e736f2bb67ebdf90727353e65344f9fc0
source=(git+https://github.com/Cyan4973/xxHash.git#tag=${_tag}
mingw-Makefile.patch)