Date: Tuesday, April 16, 2019 @ 11:57:16 Author: alucryd Revision: 451767
upgpkg: xxhash 0.7.0-1 Modified: xxhash/trunk/PKGBUILD ----------+ PKGBUILD | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-16 11:55:30 UTC (rev 451766) +++ PKGBUILD 2019-04-16 11:57:16 UTC (rev 451767) @@ -3,15 +3,18 @@ # Contributor: Konstantin Gizdov <[email protected]> pkgname=xxhash -pkgver=0.6.5 -pkgrel=2 +pkgver=0.7.0 +pkgrel=1 pkgdesc='Extremely fast non-cryptographic hash algorithm' -arch=('x86_64') -url='http://www.xxhash.com/' -license=('GPL2' 'BSD') -makedepends=('git') -provides=('libxxhash.so') -source=("git+https://github.com/Cyan4973/xxHash.git#tag=v${pkgver}") +arch=(x86_64) +url=https://cyan4973.github.io/xxHash/ +license=( + GPL2 + BSD +) +makedepends=(git) +provides=(libxxhash.so) +source=(git+https://github.com/Cyan4973/xxHash.git#tag=v${pkgver}) sha256sums=('SKIP') build() {
