summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2021-05-18 18:08:15 +0200
committerkfg2021-05-18 18:08:15 +0200
commite126b4d8480912b6b43a4951e7ec25f005dc82e3 (patch)
tree8a345f3ea54e5caee4c79ec5ef65377304424523
parentee46ca16936a9b9b364a7ebf58e7e3e7359610e2 (diff)
downloadaur-e126b4d8480912b6b43a4951e7ec25f005dc82e3.tar.gz
forgot mingw-w64-make makedep
-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)