summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc3134972d70..167a7bc406b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = mingw-w64-xxhash
pkgdesc = Extremely fast non-cryptographic hash algorithm (mingw-w64)
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://cyan4973.github.io/xxHash/
arch = any
license = GPL2
license = BSD
makedepends = mingw-w64-gcc
+ makedepends = mingw-w64-make
makedepends = git
depends = mingw-w64-crt
options = !strip
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)