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

Maxime Gauduin alucryd at archlinux.org
Sat Aug 17 13:49:35 UTC 2019


    Date: Saturday, August 17, 2019 @ 13:49:35
  Author: alucryd
Revision: 499981

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-17 13:49:28 UTC (rev 499980)
+++ PKGBUILD	2019-08-17 13:49:35 UTC (rev 499981)
@@ -1,29 +0,0 @@
-# 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:

Copied: xxhash/repos/community-x86_64/PKGBUILD (from rev 499980, xxhash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-17 13:49:35 UTC (rev 499981)
@@ -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.1
+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