Date: Wednesday, March 1, 2023 @ 15:39:22 Author: alucryd Revision: 1405991
xxhash 0.8.1-4: enable x86 dispatcher Modified: xxhash/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-01 15:33:07 UTC (rev 1405990) +++ PKGBUILD 2023-03-01 15:39:22 UTC (rev 1405991) @@ -4,7 +4,7 @@ pkgname=xxhash pkgver=0.8.1 -pkgrel=3 +pkgrel=4 pkgdesc='Extremely fast non-cryptographic hash algorithm' arch=(x86_64) url=https://cyan4973.github.io/xxHash/ @@ -36,11 +36,11 @@ } build() { - make PREFIX=/usr -C xxHash + make PREFIX=/usr DISPATCH=1 -C xxHash } package() { - make PREFIX=/usr DESTDIR="${pkgdir}" -C xxHash install + make PREFIX=/usr DISPATCH=1 DESTDIR="${pkgdir}" -C xxHash install install -Dm 644 xxHash/LICENSE -t "${pkgdir}"/usr/share/licenses/xxhash }
