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

Maxime Gauduin alucryd at archlinux.org
Thu Jul 30 08:27:27 UTC 2020


    Date: Thursday, July 30, 2020 @ 08:27:27
  Author: alucryd
Revision: 665882

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-30 08:27:22 UTC (rev 665881)
+++ PKGBUILD	2020-07-30 08:27:27 UTC (rev 665882)
@@ -1,36 +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.4
-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)
-_tag=173e50be0509c6fb6c1bb74d95049ef61d7fdced
-source=(git+https://github.com/Cyan4973/xxHash.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd xxHash
-
-  git describe --tags | sed 's/^v//'
-}
-
-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: ts=2 sw=2 et:

Copied: xxhash/repos/community-x86_64/PKGBUILD (from rev 665881, xxhash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-30 08:27:27 UTC (rev 665882)
@@ -0,0 +1,36 @@
+# 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.8.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)
+_tag=94e5f23e736f2bb67ebdf90727353e65344f9fc0
+source=(git+https://github.com/Cyan4973/xxHash.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd xxHash
+
+  git describe --tags | sed 's/^v//'
+}
+
+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: ts=2 sw=2 et:



More information about the arch-commits mailing list