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

Maxime Gauduin alucryd at archlinux.org
Mon Jul 2 16:48:25 UTC 2018


    Date: Monday, July 2, 2018 @ 16:48:25
  Author: alucryd
Revision: 349930

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-02 16:48:14 UTC (rev 349929)
+++ PKGBUILD	2018-07-02 16:48:25 UTC (rev 349930)
@@ -1,26 +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=1
-pkgdesc='Extremely fast non-cryptographic hash algorithm'
-arch=('x86_64')
-url='http://www.xxhash.com/'
-license=('GPL2' 'BSD')
-makedepends=('git')
-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 349929, xxhash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-02 16:48:25 UTC (rev 349930)
@@ -0,0 +1,27 @@
+# $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:



More information about the arch-commits mailing list