[arch-commits] Commit in xxhash/repos/community-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Tuesday, April 16, 2019 @ 11:57:24
  Author: alucryd
Revision: 451768

archrelease: copy trunk to community-x86_64

Added:
  xxhash/repos/community-x86_64/PKGBUILD
    (from rev 451767, xxhash/trunk/PKGBUILD)
Deleted:
  xxhash/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 +++++++++++++++++++++++++++++---------------------------
 1 file changed, 29 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-16 11:57:16 UTC (rev 451767)
+++ PKGBUILD	2019-04-16 11:57:24 UTC (rev 451768)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Fabien Dubosson <fabien.dubosson at gmail.com>
-# Contributor: Konstantin Gizdov <arch at kge.com>
-
-pkgname=xxhash
-pkgver=0.6.5
-pkgrel=2
-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}")
-sha256sums=('SKIP')
-
-build() {
-  make PREFIX='/usr' -C xxHash
-}
-
-package() {
-  make PREFIX='/usr' DESTDIR="${pkgdir}" -C xxHash install
-  install -Dm 644 xxHash/LICENSE -t "${pkgdir}"/usr/share/licenses/xxhash
-}
-
-# vim:set ts=4 sw=4 et:

Copied: xxhash/repos/community-x86_64/PKGBUILD (from rev 451767, xxhash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-16 11:57:24 UTC (rev 451768)
@@ -0,0 +1,29 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Fabien Dubosson <fabien.dubosson at gmail.com>
+# Contributor: Konstantin Gizdov <arch at kge.com>
+
+pkgname=xxhash
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Extremely fast non-cryptographic hash algorithm'
+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() {
+  make PREFIX='/usr' -C xxHash
+}
+
+package() {
+  make PREFIX='/usr' DESTDIR="${pkgdir}" -C xxHash install
+  install -Dm 644 xxHash/LICENSE -t "${pkgdir}"/usr/share/licenses/xxhash
+}
+
+# vim:set ts=4 sw=4 et:



More information about the arch-commits mailing list