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

Maxime Gauduin alucryd at archlinux.org
Wed Oct 9 06:15:00 UTC 2019


    Date: Wednesday, October 9, 2019 @ 06:14:59
  Author: alucryd
Revision: 514325

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-09 06:14:54 UTC (rev 514324)
+++ PKGBUILD	2019-10-09 06:14:59 UTC (rev 514325)
@@ -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.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:

Copied: xxhash/repos/community-x86_64/PKGBUILD (from rev 514324, xxhash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-09 06:14:59 UTC (rev 514325)
@@ -0,0 +1,35 @@
+# 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.2
+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=e2f4695899e831171ecd2e780078474712ea61d3)
+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