[arch-commits] Commit in xxhash/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Apr 16 11:57:17 UTC 2019


    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 <arch at kge.com>
 
 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() {



More information about the arch-commits mailing list